summaryrefslogblamecommitdiffstats
path: root/docs/nix/proxychains.txt
blob: 3ed6b60b98edc5b4b8494f0ad7e3f78415b81fce (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                      
proxychains is a tool that allows us to issue commands over a proxy

Configure your proxy setup in /etc/proxychains.conf
e.g.
#/etc/proxychains.conf
socks5 172.15.18.117 1080

From there we can actually use the proxy with the proxychains command.
$ proxychains nmap -A -p- 127.0.0.1
$ proxychains wget http://127.0.0.1:8000