usage:
- just prepend
proxychainsto commands to force it through the proxy like so:
proxychains nc 192.168.20.10 80config file:
- looks for the config file in the following order:
./proxychains.conf~/.proxychains/proxychains.conf/etc/proxychains.conf
- a clean copy of the conf file can be downloaded from here: https://raw.githubusercontent.com/haad/proxychains/master/src/proxychains.conf
misc info:
- scans will be extremely slow when doing it through proxychains
- try to get active hosts and open ports through LOLBAS and use nmap through proxychains to then do deeper scans on specific stuff
- no SYN/UDP scans or ICMP echo packets. use
-Pnto prevent nmap from trying at all - comment out
proxy_dnsor it can crash nmap scans