From 7df705e8f924475cd24d09ce47f08f1d9cfbb71c Mon Sep 17 00:00:00 2001 From: dusoleil Date: Sat, 28 Aug 2021 06:29:07 -0400 Subject: Add Short Doc About proxychains Signed-off-by: dusoleil --- docs/nix/proxychains.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/nix/proxychains.txt (limited to 'docs') diff --git a/docs/nix/proxychains.txt b/docs/nix/proxychains.txt new file mode 100644 index 0000000..3ed6b60 --- /dev/null +++ b/docs/nix/proxychains.txt @@ -0,0 +1,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 -- cgit v1.2.3