Mitmproxy-and-BurpSuite
Mitmproxy and Burp Suite are powerful tools used for intercepting and analyzing HTTP/HTTPS traffic. Both allow users to inspect, modify, and replay web requests, making them essential for penetration testing, debugging, and security research. While Burp Suite offers a more user-friendly interface with extensive features for web vulnerability testing, mitmproxy provides a lightweight, command-line approach ideal for automation and scripting. Together, they form a versatile toolkit for understanding and securing web traffic.
Steps
#Computer
sudo ./mitmweb --set web_port=8082 ---> Web interface for proxing phone
#Phone
Go to the setting/wifi and change the IP for the ip of the computer and the port set from the mitmweb
Dowload a certificate from mitm.it and set the certificate to be trusted has root (settings)