Skip to content

This script can be used to mine informations of exit relays in TOR network

License

Notifications You must be signed in to change notification settings

iamvishnuks/Tor-watcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Tor-watcher

This script can be used to mine informations of exit relays in TOR network

Run below SQL query to create database

CREATE TABLE ip_info(ID INT(20) PRIMARY KEY AUTO_INCREMENT,IP INT(50) UNIQUE, REGION VARCHAR(100) NOT NULL,COUNTRY VARCHAR(10),CITY VARCHAR(100), ORG VARCHAR(100))

About

This script can be used to mine informations of exit relays in TOR network

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages