It looks like you're new here. If you want to get involved, click one of these buttons!
sudo aptitude install proxychains
sudo gedit /etc/proxychain.conf
# The option below identifies how the ProxyList is treated.
# only one option should be uncommented at time,
# otherwise the last appearing option will be accepted
#
#dynamic_chain
#
# Dynamic - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# at least one proxy must be online to play in chain
# (dead proxies are skipped)
# otherwise EINTR is returned to the app
#
strict_chain
#
# Strict - Each connection will be done via chained proxies
# all proxies chained in the order as they appear in the list
# all proxies must be online to play in chain
# otherwise EINTR is returned to the app
#
#random_chain
#
# Random - Each connection will be done via random proxy
# (or proxy chain, see chain_len) from the list.
# this option is good to test your IDS :)
socks4 127.0.0.1 9050
socks4 127.0.0.1 9050
socks5 72.218.43.131 5033
socks4 178.239.57.16 1080
socks4 117.79.94.160 1080
proxychains <program>
proxychains nmap -sS google.com
proxychains msfconsole
Give appropriate credits... http://forum.intern0t.net/security-tuto ... s-tor.html