Hey guys,

I want to run "sudo nmap -p 80 192.168.0.1" through proxychains (proxychains does not require sudo, but i want nmap to)


I am sure the correct way may not be
sudo proxychains nmap -p 80 192.168.0.1. If that is the case what is the correct format for the command?

Thanks in advance.