A small MITM proxy tool with a GUI
- If using Firefox as your browser
- Open the hamburger menu at the top right of Firefox
- Go to Settings
- Scroll down to
Network Settingsand open it - Select
Manual Proxy configuration - set proxy to
127.0.0.1and port to7121 - Optionally you can click the checkbox to use it for HTTPS as well (you will need to install the CA cert generated in the section below)
- Run
certs/ca_gen.shto generate the CA certificate to be installed
- If using Firefox as your browser
- In the navigation bar on the left click on
Privacy & Security - Scroll down to the
Security/Certificatessection - Click on
View Certificates - Under the
Authoritiestab click onImport - Select the certificate file generated by
certs/ca_gen.sh, path should becerts/zeruelCA.crt
- In the navigation bar on the left click on
- HTTP/HTTPS request intercept
- HTTP/HTTPS request modification on-the-fly
- Multithreaded sockets
- Dynamic SSL certificate generation
- Directory and file discovery
- Request logging and replay
- Match and replace in requests


