From ee006ee54bb7090664b0b8a5ead15b07d06a6866 Mon Sep 17 00:00:00 2001 From: alexej996 Date: Tue, 6 Nov 2018 03:23:07 +0100 Subject: README line breaks and capital T in Tor --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9bffbea..e96a86b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,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. + Both **python2** and **pyhton3** are supported. ### Usage: @@ -13,12 +14,15 @@ Both **python2** and **pyhton3** are supported. `-H` option can be used to specify hosts, but it is assumed by default. + Multiple hosts can be specified using a comma (ex. `./tmap -H 1.1.1.1,google.com,facebookcorewwwi.onion -p 80`). + Tmap supports IP address ranges as well (ex. `./tmap 192.168.1.0/24 -p 22`). **For private addresses, Tor is _not_ used, but a _direct_ connection is established instead.** Ports can be specified as a range (ex. `./tmap google.com -p 20-30`),separated with a comma (ex. `./tmap 1.1.1.1 -p 25,53,80`) or both. + Ports in a range are scanned including the ends of an interval (ex. in a range "20-30" both port 20 and 30 are scanned). ### Examples @@ -37,13 +41,15 @@ Scan ports from 0 to 1024 on 192.168.0.1 without routing traffic through Tor. `./tmap 192.168.1.0/24 -p 80` -Scan the whole 192.168.1.0/24 range for an open port 80 without tor. +Scan the whole 192.168.1.0/24 range for an open port 80 without Tor. `./tmap 8.8.8.8/31 -p 53` -Scan the 8.8.8.8/31 range for an open port 53 with tor. +Scan the 8.8.8.8/31 range for an open port 53 with Tor. ### License **GPLv3+**: GNU GPL version 3 or later + This is *free* software: you are free to change and redistribute it. + There is **NO WARRANTY**, to the extent permitted by law. -- cgit v1.2.3