https://github.com/iamvishnuks/tor-watcher
This script can be used to mine informations of exit relays in TOR network
https://github.com/iamvishnuks/tor-watcher
Last synced: about 2 months ago
JSON representation
This script can be used to mine informations of exit relays in TOR network
- Host: GitHub
- URL: https://github.com/iamvishnuks/tor-watcher
- Owner: iamvishnuks
- License: mit
- Created: 2019-10-07T08:51:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-07T08:56:43.000Z (over 5 years ago)
- Last Synced: 2025-02-10T00:39:25.457Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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))