uncover
Beginner
Actively maintained
Query Shodan, Censys, FOFA, and other engines from one command line
https://github.com/projectdiscovery/uncoverInstallation
go install -v github.com/projectdiscovery/uncover/cmd/uncover@latestUsage
Basic Usage
# Query Shodan and Censys together
uncover -q 'ssl:"example.com"' -e shodan,censys
# Find hosts by service banner
uncover -q 'title:"phpMyAdmin"' -e shodan -limit 100
# Chain results into probing
uncover -q 'ssl:"example.com"' -silent | httpx -silent -title