Proxy chains

Follow the command mentioned below to get proxychains via terminal.
root@bt:~# apt-get install proxychains
goto
/etc/proxychains.conf

you may see that there are three options along with there definitions and usage.
  • Dynamic Chain
  • Strict Chain
  • Random Chain

and add these line after
"
[ProxyList]
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4     127.0.0.1 9050
"
socks4     113.8.23.2 6673
socks4     78.139.118.171 3371
socks5     103.28.36.35 1080
socks5     125.88.125.219 1080


Proxy Chains usage is very simple (proxychains <prog> [args])
root@bt:~# proxychains nmap breakthes3c.com
root@bt:~# proxychains firefox
root@bt:~# proxychains msfconsole
root@bt:~# proxychains telnet 192.168.1.1
Previous
Next Post »
Thanks for your comment