Skip to content

Tor Scanner is a tool for exploring the Tor universe by scanning ports of Tor hidden services.

Notifications You must be signed in to change notification settings

ht-weng/tor-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tor Scanner

Tor Scanner is a tool for exploring the Tor universe by scanning ports of Tor hidden services.

It can sequentially generate unique v2 or v3 Onion URLs and scans those addresses in order.

Tested on Ubuntu 20.04.2.

Getting started

Install dependencies

The main dependencies are nmap and proxychains.

Install the dependencies using make.

cd tor-scanner/
make install

Adjust proxychains configuration

Adjust timeout values in /etc/proxychains4.conf.

Run the scanner

cd tor-scanner/
python3 main.py [arguments]

Run python3 main.py -h to display the help info.

The output files are in the tor-scanner/data/ folder.

Clean the mess

cd tor-scanner/
make clean

About

Tor Scanner is a tool for exploring the Tor universe by scanning ports of Tor hidden services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published