https://github.com/needmorecowbell/isexitnode
Simple script for checking if an ip is known to be a tor exit node
https://github.com/needmorecowbell/isexitnode
cli python3 tor
Last synced: about 2 months ago
JSON representation
Simple script for checking if an ip is known to be a tor exit node
- Host: GitHub
- URL: https://github.com/needmorecowbell/isexitnode
- Owner: needmorecowbell
- Created: 2019-07-02T07:32:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T07:32:57.000Z (over 6 years ago)
- Last Synced: 2025-02-11T18:01:44.132Z (8 months ago)
- Topics: cli, python3, tor
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# isExitNode
Grabs the latest list of exit nodes and checks them against an ip
## Requirements
- python3
- requests library### Usage
```
$ python3 isExitNode.py 104.152.187.196
True```