Tor
Jump to navigation
Jump to search
How to route all? traffic through tor
- https://tails.boum.org/contribute/design/Tor_enforcement/ -> kein UDP!
- http://www.commondork.com/2009/06/26/tunneling-nmap-through-tor/
- http://gestalts.net/Portscaning_over_the_Tor_network_using_nmap_on_Ubuntu_1104
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