diff options
author | Aleksej Jocic <aleksej@spidermail.tk> | 2018-09-30 00:18:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-30 00:18:37 +0200 |
commit | f35a54f1bab91114290ee3f6f72adecc77a9ce53 (patch) | |
tree | c7da11d2800b98023c29b1b3e2dca726c6a4e28d /README.md | |
parent | 11e96205a0aabee6bf138e00fe305dedf0581002 (diff) |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 16 insertions, 2 deletions
@@ -1,2 +1,16 @@ -# tmap -Simple port scanner that works over Tor +# Tmap + +This port scanner was orginally made by [Stevan Nestorovic](https://github.com/stevannestorovic) to work over clearnet. + +It was modifed to work over Tor for anonymous scanning. + +### Usage: +./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). + +Ports can be either specified as a range (-p 20-100) or separated with a comma (-p 25,53,80). + +### Dependencies +Tmap is a python script that requries a socks module and a running Tor deamon on localhost. |