Skip to content

Commit bcaf045

Browse files
author
alexej996
committed
README: python3 support only, multiple hosts example
1 parent aa1425b commit bcaf045

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ It was modifed to work over **Tor** for anonymous and hidden service scanning.
77
### Dependencies
88
Tmap is a python script that requries the **socks** module and a running Tor deamon on localhost.
99

10-
Both **python2** and **pyhton3** are supported.
10+
Tmap is built to support **pyhton3**.
1111

1212
### Usage:
1313
`./tmap [-h] -H HOSTS [-p PORTS] [-t TIMEOUT] [--clearnet] [--torport TORPORT]`
@@ -39,9 +39,9 @@ Scan port 80 on facebookcorewwwi.onion
3939

4040
Scan ports from 0 to 1024 on 192.168.0.1 without routing traffic through Tor.
4141

42-
`./tmap 192.168.1.0/24 -p 80`
42+
`./tmap 192.168.1.0/24,google.com -p 80`
4343

44-
Scan the whole 192.168.1.0/24 range for an open port 80 without Tor.
44+
Scan the whole 192.168.1.0/24 range for an open port 80 without Tor and goole.com with Tor.
4545

4646
`./tmap 8.8.8.8/31 -p 53`
4747

0 commit comments

Comments
 (0)