Nmap Development mailing list archives

Re: getting nmap to work with tor?


From: Gisle Vanem <gvanem () broadpark no>
Date: Fri, 05 Apr 2013 13:38:51 +0200

Just a FYI.

Tor's Socks4 proxy already works fine here using ncat as a quick test:
 echo Hello | ncat -vvv --proxy localhost:9050 --proxy-type socks4 101.0.0.1 10
 Ncat: Version 6.26SVN ( http://nmap.org/ncat )
 Ncat: Connected to proxy 127.0.0.1:9050
  ...

But connections to private addresses are rejected by Tor's proxy.
I.e. if I change the above IPv4 address to 10.0.0.1, it complains
(from Tor's trace):
 Apr 05 11:29:13.000 [warn] Rejecting SOCKS request for anonymous connection to private address [scrubbed].

I haven't checked the other N* programs.

--gv




_______________________________________________
Sent through the dev mailing list
http://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/


Current thread: