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.
The main dependencies are nmap and proxychains.
Install the dependencies using make
.
cd tor-scanner/
make install
Adjust timeout values in /etc/proxychains4.conf
.
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.
cd tor-scanner/
make clean