https://github.com/hue-jhan/ip-info-multitool
[🎇Update] Multitool that includes IP logger, info gatherer on a given IP address (Host, ISP), IP Geolocator, proxy checker, and threat checker
https://github.com/hue-jhan/ip-info-multitool
ip ip-logger multitool proxy-checker python-logger
Last synced: 9 months ago
JSON representation
[🎇Update] Multitool that includes IP logger, info gatherer on a given IP address (Host, ISP), IP Geolocator, proxy checker, and threat checker
- Host: GitHub
- URL: https://github.com/hue-jhan/ip-info-multitool
- Owner: Hue-Jhan
- Created: 2024-09-14T12:32:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-30T07:44:40.000Z (over 1 year ago)
- Last Synced: 2025-03-26T17:42:28.401Z (about 1 year ago)
- Topics: ip, ip-logger, multitool, proxy-checker, python-logger
- Language: Python
- Homepage:
- Size: 343 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Track Huer
Multitool that includes IP logger, info gatherer on a given IP address (Host, ISP), IP Geolocator, proxy checker and threat checker (The name comes from tracker + hue xdd)

# 💻 Code
The multitool presents a simple ASCII interface, 2 custom banners, and a menu with 5 options:
- IP info: uses ip-location api to scan a given address, giving you informations such as hostname, city, region and country, location (in coordinates) and organisation.
- Proxy checker: uses proxychecker api to analyze an ip address, finds out wether its residential or part of a business, and if its a proxy/vpn.
- Host/ISP info: uses IP2location api to get lots of info related to the isp, host, company, etc.
- VPN/Tor/Botnet check: checks in known databases if the ip is a potential threat. The databases are very old cuz it wont recognize anything at all, dont use this function, use Proxy checker instead.
- Ip grabber: creates a simple ngrok tunnel, gets the ip of every visitor and uses a simple api to gather information about the victim. You can find more info on my [ip logger page](https://github.com/Hue-Jhan/IP-logger-and-tracker)
Links to API: [ip-location](https://api.iplocation.net/), [proxy checker](https://proxycheck.io/) and [Host/ISP info](https://www.ip2location.io/) + [Vpn/Tor/Botnet checker](https://www.ip2location.io/)


---
---
---
---
---
---
---
---
---
---
---
---
---
---
---
---
---
---
---
Here is the ip logger, more info about this on my page here [https://github.com/Hue-Jhan/IP-logger-and-tracker](https://github.com/Hue-Jhan/IP-logger-and-tracker):