Example Usage
import shodan
api = shodan.Shodan("YOUR_API_KEY")
results = api.search("net:198.51.100.0/24")
for match in results["matches"]:
print(match["ip_str"], match.get("ports", []))
See also
dnsx
Open Source
Fast and multi-purpose DNS toolkit from ProjectDiscovery. Resolves domains, performs wildcard filter…
horus
Open Source
An OSINT / digital forensics tool built in Python…
onion-lookup
Open Source
Software back-end and services for checking the existence of Tor hidden services and retrieving thei…
Kerbrute
Open Source
Kali
Kerberos brute-forcing tool for performing user enumeration and password spraying against Active Dir…
cheatsheets
Free
High quality and text versions of cheat sheets from Cyber Detective Twitter…
InfoHound
Open Source
InfoHound is an OSINT to extract a large amount of data given a web domain name.…