Skip to content Skip to sidebar Skip to footer

Libmproxy And Mitmproxy Documentation

I am new to the mitmproxy world. I need to write a python script that would log all the requests made from a certain app on Genymotion emulator. Now, I learned that mitmproxy can b

Solution 1:

mitmproxy -w log_file.txt

should work for what you want. As for the docs, mitmproxy --help gives you some insight on the available options.


Post a Comment for "Libmproxy And Mitmproxy Documentation"