Mitproxy: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 1: | Zeile 1: | ||
| + | =forwarding und nat= | ||
| + | *sysctl -w net.ipv4.ip_forward=1 | ||
| + | *iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080 | ||
| + | *iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 8080 | ||
| − | + | =mitmproxy starte= | |
| − | + | *mitmproxy -T --host | |
| − | |||
| − | |||
*http://blog.philippheckel.com/2013/07/01/how-to-use-mitmproxy-to-read-and-modify-https-traffic-of-your-phone/ | *http://blog.philippheckel.com/2013/07/01/how-to-use-mitmproxy-to-read-and-modify-https-traffic-of-your-phone/ | ||
Version vom 16. Oktober 2015, 09:20 Uhr
forwarding und nat
- sysctl -w net.ipv4.ip_forward=1
- iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8080
- iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 443 -j REDIRECT --to-port 8080
mitmproxy starte
- mitmproxy -T --host