diff options
author | Stevan <nestorovicstevan@tutanota.de> | 2019-06-09 14:52:11 -0400 |
---|---|---|
committer | Stevan <nestorovicstevan@tutanota.de> | 2019-06-09 14:52:11 -0400 |
commit | 6bd1ec22519551cf6f901db066e95de9f1a597d9 (patch) | |
tree | ea91ac9414c03fcfe936df6ce1b5942447738146 /README.md | |
parent | 9a615bd32f13fcb7a89605f77ce851b39c2abb2f (diff) |
REFACTORING: Added parseArgs function. Fixed a typo in readme.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 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. -Tmap is built to support **pyhton3**. +Tmap is built to support **python3**. ### Usage: `./tmap [-h] -H HOSTS [-p PORTS] [-t TIMEOUT] [--clearnet] [--torport TORPORT]` |