Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mishakorzik/detectvpn
- Owner: mishakorzik
- License: apache-2.0
- Created: 2022-11-06T14:49:41.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T14:49:57.000Z (about 2 years ago)
- Last Synced: 2024-11-13T08:57:07.790Z (3 months ago)
- Topics: detect, detection, information, ip, ipv4, ipv4-address, ipv6, ipv6-address, security, tor, vpn
- Homepage:
- Size: 4.88 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```