diff options
author | Aleksej Jocic <aleksej@spidermail.tk> | 2018-09-30 11:35:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-30 11:35:53 +0200 |
commit | 0ffca50e85eaff15001396c8be6029a84e395aee (patch) | |
tree | db0a1201a235a73ff53f788b4c0f138972728571 | |
parent | 2f49e8aa2484c58b6c2a972a5f7fa6fe1d78d7f8 (diff) |
Update README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,10 +19,13 @@ Ports can be either specified as a range (-p 20-100) or separated with a comma ( ### Examples ./tmap -H 1.1.1.1 -p 53,80 + Scans ports 53 and 80 on 1.1.1.1 ./tmap -H facebookcorewwwi.onion -p 80 + Scan port 80 on facebookcorewwwi.onion ./tmap -H 192.168.0.1 -p 0-1024 --clearnet + Scan ports from 0 to 1024 on 192.168.0.1 without routing traffic through Tor. |