Censys API Integration

To integrate Censys sub-domain retrieval into Sn1per, enable the following settings in your Sn1per configuration template under the /sniper/conf/ directory:

RECON="1"
CENSYS_SUBDOMAINS="1"

To integrate Censys sub-domain retrieval into Sn1per, edit your /root/.sniper_api_keys.conf file:

CENSYS_APP_ID=""
CENSYS_API_SECRET=""

You can then run a scan by selecting the configuration template you edited in the previous step to pull all discovered sub-domains from Censys’s API.

Back to Main Documentation