Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 563 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 563 Bytes

😈 MITMOXY 😈

HTTP/HTTPS proxy, write in python, to take in action a man-in-the-middle attack.

ALERT!!! This project is under development test it and report a issue

Install

To install Mitmoxy run ./install.py.

Use

To start the proxies, execute:
./mitmoxy.py start

If you have installed mitmoxy, you can start the systemd unit with:
systemctl start mitmoxy

Test it with curl:
https_proxy=localhost:8080 http_proxy=localhost:8080 curl https://devas.info --cacert conf/key/ca.crt