I am trying to run Nmap through a proxychain, ie
"proxychains nmap -sS -PN 10.1.1.1", however rather than going via the proxy server configured in the proxychains.conf file it trys to connect directly.
If I use another program such as telnet it works ok, ie "proxychains telnet 10.1.1.1 25" connects via the proxy server configured in the proxychain.conf file.
I've...
2009-06-19 15:17:48 UTC in ProxyChains - HTTP and SOCKS