3128 SQUID

squid-proxy

Scanner

python spose.py --proxy http://10.10.11.131:3128 --target 10.10.11.131

Accessing

if scan gets successful , we will get some more ports (say : 8080 )of that ip , in order to access that ports :-

  1. squid act as proxy for all the ports we found in result

  2. add <ip>:3128 proxy in foxy-proxy , container-tab , burp ...

  3. after setting proxy , try to access the <ip>:8080

Last updated