From 2f49e8aa2484c58b6c2a972a5f7fa6fe1d78d7f8 Mon Sep 17 00:00:00 2001 From: Aleksej Jocic Date: Sun, 30 Sep 2018 11:35:21 +0200 Subject: Update README.md --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e50162..9ee876c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This port scanner was orginally made by [Stevan Nestorovic](https://github.com/s It was modifed to work over Tor for anonymous scanning. +### Dependencies +Tmap is a python script that requries a socks module and a running Tor deamon on localhost. + ### Usage: ./tmap [-h] -H HOSTS [-p PORTS] [-t TIMEOUT] [--clearnet] [--torport TORPORT] @@ -12,5 +15,14 @@ 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. + +### Examples + +./tmap -H 1.1.1.1 -p 53,80 +Scans ports 53 and 80 on 1.1.1.1 + +./tmap -H facebookcorewwwi.onion -p 80 +Scan port 80 on facebookcorewwwi.onion + +./tmap -H 192.168.0.1 -p 0-1024 --clearnet +Scan ports from 0 to 1024 on 192.168.0.1 without routing traffic through Tor. -- cgit v1.2.3