Giter VIP home page Giter VIP logo

Comments (2)

cle1000 avatar cle1000 commented on June 13, 2024

i have some general questions:

  • For save: i will sent a request to the server to get the file, right ? not just saving the flow which is already sent and displayed to the user?
  • For open: the same i just send the file with an request to the server and the server stores this flow. but i need to set an option or something else to stop recording new flows.
  • mitmdump/ mitmproxy: with mitmproxy it is possible to save a file, but i cannot find an option to load it.

can you give me some starting point for this issuse, e.g. some links to the files where this or parts are already implemented (like for mitmweb, and mitmdump) ?

thanks

from mitmweb.

mhils avatar mhils commented on June 13, 2024
  • I think save should be the same as pressing w -> all flows in mitmproxy. It should trigger the download of the dump of all flows.
  • Open should replace all flows in the state. I think this should ultimately pause proxying as well, but let's defer that for when we have that functionality.
  • mitmdump/mitmproxy: You can pass -r 😃

Current implementations:
https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/flow.py#L1186
https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/dump.py#L133
https://github.com/mitmproxy/mitmproxy/blob/master/mitmproxy/flow.py#L553

from mitmweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.