What problem does it solve?
Manually querying Shodan, Censys, FOFA, Hunter, Quake, and ZoomEye one by one for asset discovery is slow and inconsistent. This Skill uses uncover to aggregate multiple cyberspace search engines behind a single command-line interface, returning unified results for exposure analysis.
Core Features & Use Cases
- Multi-Engine Aggregation: Query Shodan, Censys, FOFA, Hunter, Quake, ZoomEye, and Netlas with one command using the
-e flag.
- Flexible Output: Limit result counts, emit JSON to files, or use silent mode to output only IP:Port pairs.
- Pipeline Integration: Chain results directly into httpx for HTTP probing, naabu for port scanning, or nuclei for vulnerability scanning.
- Use Case: During external reconnaissance on a target organization, run
uncover -q "org:target.com" -e shodan,censys,fofa -silent | httpx -silent to enumerate exposed hosts and immediately verify which ones serve live HTTP services.
Quick Start
Use uncover to search Shodan, Censys, and FOFA for assets belonging to target.com and pipe the live hosts into httpx for verification.