Skip to main content
ASM Cheatsheet

uncover

Beginner
Actively maintained

Query Shodan, Censys, FOFA, and other engines from one command line

https://github.com/projectdiscovery/uncover

Installation

go install -v github.com/projectdiscovery/uncover/cmd/uncover@latest

Usage

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