Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mishakorzik/detectvpn

Free vpn, tor, datacenter, threat detection on IP
https://github.com/mishakorzik/detectvpn

detect detection information ip ipv4 ipv4-address ipv6 ipv6-address security tor vpn

Last synced: 15 days ago
JSON representation

Free vpn, tor, datacenter, threat detection on IP

Awesome Lists containing this project

README

        

**Free vpn, tor, datacenter, threat detection by IP address**

### Install

```bash
pip indtall detectvpn
```

### How to use

```python
# Detect vpn, tor, datacenter, threat on IP
>>> from detectvpn import detect
>>> detect.ip("8.8.8.8")
normal
>>>

```

### Detection info

```
vpn - using vpn
tor - using tor
datacenter - its datacenter IP
threat - dangerous IP
normal - normal IP address
```