Metasploit With Proxychains Apr 2026
proxychains4 nmap -sT -Pn -p 80 example.com Note: Only -sT (TCP Connect) scans work, not -sS (SYN stealth). The magic command is simple: prefix msfconsole with proxychains4 .
proxychains4 curl ifconfig.me If configured with Tor, you should see a Tor exit node IP, not your real IP. metasploit with proxychains
sudo proxychains4 msfconsole ProxyChains needs to bind to privileged ports (under 1024) for certain modules, and raw packet operations often require root. proxychains4 nmap -sT -Pn -p 80 example
Install and start Tor:
sudo apt install tor -y sudo systemctl start tor Add this line to the proxy list: metasploit with proxychains