diff options
author | Stevan <16517499+stevannestorovic@users.noreply.github.com> | 2018-09-30 12:47:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-30 12:47:31 +0200 |
commit | 9b86e0a78bcf13f76891c5dc541bb535fe183218 (patch) | |
tree | 69b4ce774e3176d884ec41fb3eb0b44ddc107288 | |
parent | 0166bc2390a5e4bd064923f51ace36bb8782ac24 (diff) |
Added one more code tag.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ It was modifed to work over Tor for anonymous scanning. Tmap is a python script that requries a socks module and a running Tor deamon on localhost. ### Usage: -./tmap [-h] -H HOSTS [-p PORTS] [-t TIMEOUT] [--clearnet] [--torport TORPORT] +`./tmap [-h] -H HOSTS [-p PORTS] [-t TIMEOUT] [--clearnet] [--torport TORPORT]` Multiple hosts can be specified using a comma (-H 1.1.1.1,2.2.2.2). |