Tor: Difference between revisions

From My Mnemonic Rhyme
Jump to navigation Jump to search
>Homaar
 
(No difference)

Latest revision as of 12:56, 30 December 2011

How to route all? traffic through tor

apt-get install tor polipo

ss -aln | grep 9050

apt-get install proxychains
apt-get install links
links www.whatismyip.com
proxychains links www.whatismyip.com

iptables -A OUTPUT --dest destination-ip-address -j DROP

    Tunneling over an HTTP Proxy does not support SYN (-sS) probes.
    -sV: Probe open ports to determine service/version info
    -n: Never do DNS resolution
    -PN: Treat all hosts as online -- skip host discovery
    p: ports to scan

proxychains nmap -sT -n -PN -sV -p 80,443,21,22,23,25,3306 destination-ip-address

Browserbundle