smicallef / spiderfoot

SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
http://www.spiderfoot.net
MIT License
13.25k stars 2.29k forks source link

Add InternetDB module #1824

Open SohlRing opened 12 months ago

SohlRing commented 12 months ago

InternetDB is an API from Shodan that is free to use for non-commercial use. It only accepts an IP address as input and provides limited information compared to Shodan, but doesn't require an API key.

Since it's like a lightweight Shodan, I've largely just copied from sfp_shodan.py and removed code, changing the URL to point to the other API.