Scan behind a squid proxy

# Quick scan for http 
curl http://targetIP --proxy <proxy IP>:<port> 

aancw/spose: Squid Pivoting Open Port Scanner (github.com)

python spose.py --proxy http://$RHOST:3128 --target $RHOST

Last updated