https://github.com/nicolargo/isittor
IsItTor is a script to check if an IP address is a Tor exit node
https://github.com/nicolargo/isittor
Last synced: 2 months ago
JSON representation
IsItTor is a script to check if an IP address is a Tor exit node
- Host: GitHub
- URL: https://github.com/nicolargo/isittor
- Owner: nicolargo
- License: mit
- Created: 2015-10-01T19:40:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-02T14:02:03.000Z (over 9 years ago)
- Last Synced: 2025-03-25T15:21:18.880Z (3 months ago)
- Language: Python
- Size: 145 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IsItTor
IsItTor is a script to check if an IP address is a Tor exit node.
Install:
# sudo pip install requests[security] isittor
Usage:
# isittor.py 99.245.160.4
02/10/2015 14:22:00 INFO - Starting new HTTPS connection (1): www.dan.me.uk
02/10/2015 14:22:01 INFO - Load TOR exit node list from https://www.dan.me.uk/torlist/
02/10/2015 14:22:01 INFO - 99.245.160.4 is a TOR exit node# isittor.py 99.245.160.4 10.10.10.10
02/10/2015 14:22:00 INFO - Starting new HTTPS connection (1): www.dan.me.uk
02/10/2015 14:22:01 INFO - Load TOR exit node list from https://www.dan.me.uk/torlist/
02/10/2015 14:22:01 INFO - 99.245.160.4 is a TOR exit node
02/10/2015 14:22:01 INFO - 10.10.10.10 is NOT a TOR exit node