Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jivoi/ansible-pentest-with-tor

Use Tor for anonymous scanning with nmap
https://github.com/jivoi/ansible-pentest-with-tor

ansible nmap pentesting tor

Last synced: 3 months ago
JSON representation

Use Tor for anonymous scanning with nmap

Awesome Lists containing this project

README

        

http://docs.ansible.com/

Use Tor for anonymous scanning with nmap
We will setup tor, tortunnel and use the most quick tor exit node.

$ torify nmap -P0 -sT -p 80 97.74.144.148 (-P0 is to avoid ICMP leak)
$ proxychains nmap -P0 -sT -p 80,443,21,23 [targetIPAddress]
$ tor-resolve google.com (lookup host by IP address)

Run and relax
wget -qO - https://raw.githubusercontent.com/jivoi/ansible-pentest-with-tor/master/bootstrap.sh | sh