Skip to content

jivoi/ansible-pentest-with-tor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Use Tor for anonymous scanning with nmap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages