An open API service indexing awesome lists of open source software.

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

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

```