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 Settings
and open it - Select
Manual Proxy configuration
- set proxy to
127.0.0.1
and 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.sh
to 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/Certificates
section - Click on
View Certificates
- Under the
Authorities
tab 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
- Request logging and replay
- Directory and file discovery
- Match and replace in requests