[ Prev ] [ Index ] [ Next ]

Proxychains

Created Thursday 07 December 2017


# Route your TCP requests through Tor and limit your chances of revealing your IP.
$ pacman -S proxychains-ng


# Proxychains looks in its configuration file stored in /etc/proxychains
# By default it's set to use Tor


# Now just run any application through proxychains
$ proxychains nmap -sS -T4 -v www.example.com


# Note that if you've added more IP's to the configuration files, that you might also want to
# activate the Random Chaining and Dynamic Chaining in the configuration.