From f35a54f1bab91114290ee3f6f72adecc77a9ce53 Mon Sep 17 00:00:00 2001 From: Aleksej Jocic Date: Sun, 30 Sep 2018 00:18:37 +0200 Subject: Update README.md --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3