Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.32 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.32 KB

Track Huer

Multitool that gets info on a given IP address like Host, ISP, location, checks if its a proxy and more. (The name comes from tracker + hue xdd)

💻 Code

The multitool presents a simple ASCII interface, and a menu with 3 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: imma add this in the future.

Links to API: ip-location and proxy checker