hackedteam/poc-x

View on GitHub
scripts/05_proxy80_start.sh

Summary

Maintainability
Test Coverage
#!/bin/bash
#title: Intercept HTTP
iptables -t nat -A PREROUTING -i eth1 -p tcp ! -d 10.0.0.1 --dport 80 -j REDIRECT --to-port 8080