1

I'm trying to configure proxychains to make a port-scan with Nmap, but the file config tells only about SOCKS4 and SOCKS5.

HenryC
  • 31
  • 3

1 Answers1

1

Tor provides a SOCKS4a or SOCKS5 compatible proxy, port 9050 is default for a system daemon/service and 9150 for Tor Browser.

However it will not be compatible with most of nmap's functionality, and you shouldn't be using tor to port scan either. See: Is there a way to get portscanning (nmap) to work through Whonix?

cacahuatl
  • 11,047
  • 2
  • 17
  • 39