Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jivoi/ansible-pentest-with-tor
- Owner: jivoi
- Created: 2015-06-19T15:30:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-19T15:48:56.000Z (over 9 years ago)
- Last Synced: 2024-04-23T19:20:55.314Z (7 months ago)
- Topics: ansible, nmap, pentesting, tor
- Language: Shell
- Homepage:
- Size: 133 KB
- Stars: 77
- Watchers: 3
- Forks: 31
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-network-stuff - **38**星
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