When it comes time to write up Windows documentation, here's some mitmweb start up commands to consider. I placed them in a batch file named wmitm.bat. You don't need to open an elevated cmd window as the first command elevates to administrator runs windows.py and keeps the windows open (/K). The second command invokes the chrome browser and opens the mitmweb UI webpage. The third command invokes mitmweb specifying transparent mode (-T) and to display domain names instead of ip address (--host (not yet implemented in mitmweb)).
When it comes time to write up Windows documentation, here's some mitmweb start up commands to consider. I placed them in a batch file named
wmitm.bat
. You don't need to open an elevatedcmd
window as the first command elevates toadministrator
runswindows.py
and keeps the windows open (/K
). The second command invokes the chrome browser and opens the mitmweb UI webpage. The third command invokesmitmweb
specifying transparent mode (-T
) and to display domain names instead of ip address (--host
(not yet implemented in mitmweb)).