diff options
author | alexej996 <aleksej@spidermail.tk> | 2018-11-08 15:17:17 +0100 |
---|---|---|
committer | alexej996 <aleksej@spidermail.tk> | 2018-11-08 15:17:17 +0100 |
commit | bcaf045c8744492a0c617b71032c9ba2c334f383 (patch) | |
tree | c5828ccf3d171028dae4afbba16ff4fe26fcafd6 | |
parent | aa1425bafba8a2b82472515e9bc8f5d98a63e70d (diff) |
README: python3 support only, multiple hosts examplev1.0.0
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,7 +7,7 @@ It was modifed to work over **Tor** for anonymous and hidden service scanning. ### Dependencies Tmap is a python script that requries the **socks** module and a running Tor deamon on localhost. -Both **python2** and **pyhton3** are supported. +Tmap is built to support **pyhton3**. ### Usage: `./tmap [-h] -H HOSTS [-p PORTS] [-t TIMEOUT] [--clearnet] [--torport TORPORT]` @@ -39,9 +39,9 @@ Scan port 80 on facebookcorewwwi.onion Scan ports from 0 to 1024 on 192.168.0.1 without routing traffic through Tor. -`./tmap 192.168.1.0/24 -p 80` +`./tmap 192.168.1.0/24,google.com -p 80` -Scan the whole 192.168.1.0/24 range for an open port 80 without Tor. +Scan the whole 192.168.1.0/24 range for an open port 80 without Tor and goole.com with Tor. `./tmap 8.8.8.8/31 -p 53` |