pirxthepilot / wtfis

Passive hostname, domain and IP lookup tool for non-robots
MIT License
889 stars 47 forks source link

Decouple geoip and ASN lookups from Shodan results #78

Closed pirxthepilot closed 6 months ago

pirxthepilot commented 6 months ago

Originally, the IP geolocation and ASN data displayed by wtfis is taken from Shodan, if Shodan is enabled. But sometimes Shodan returns empty information, and even if it does, it's probably not as recent as looking up actual geo and ASN sources on runtime.

This PR disregards geolocation and ASN data from Shodan and will fetch this info whether or not Shodan is enabled.