blacklanternsecurity / bbot

A recursive internet scanner for hackers.
https://www.blacklanternsecurity.com/bbot/
GNU General Public License v3.0
4.75k stars 428 forks source link

IP2Location and IPStack erroneously emit API errors #830

Closed TheTechromancer closed 1 year ago

TheTechromancer commented 1 year ago
[GEOLOCATION]           {'error': {'error_code': 10000, 'error_message': 'Invalid API key or insufficient credit.'}}    ip2location (distance-2)
[GEOLOCATION]           {'success': False, 'error': {'code': 101, 'type': 'missing_access_key', 'info': 'You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY]'}}  ipstack (distance-2)
TheTechromancer commented 1 year ago

Fixed in https://github.com/blacklanternsecurity/bbot/pull/836.