Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 423 Bytes

Service - Squid Proxy.md

File metadata and controls

19 lines (17 loc) · 423 Bytes

Squid Proxy

Add Proxy

nano /etc/proxychains4.conf
http <ip> <port>
proxychains -q nmap -Pn -sT -T4 --top-ports 1000 192.168.57.189
proxychains -q nmap -Pn -sT -T4 --top-ports 1000 localhost
  • Squad Pivoting Open Port Scanner
git clone https://github.com/aancw/spose
cd spose
python3 spose.py --proxy http://192.168.57.189:3128 --target 192.168.57.189