summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksej Jocic <aleksej@spidermail.tk>2018-09-30 00:18:37 +0200
committerGitHub <noreply@github.com>2018-09-30 00:18:37 +0200
commitf35a54f1bab91114290ee3f6f72adecc77a9ce53 (patch)
treec7da11d2800b98023c29b1b3e2dca726c6a4e28d
parent11e96205a0aabee6bf138e00fe305dedf0581002 (diff)
Update README.md
-rw-r--r--README.md18
1 files changed, 16 insertions, 2 deletions
diff --git a/README.md b/README.md
index ed76302..0e50162 100644
--- a/README.md
+++ b/README.md
@@ -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.