From cf66205be14651953fcdedc2c17d608d9bb362fe Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Sun, 17 Mar 2019 09:44:07 -0700 Subject: [PATCH] Created Censys API Integration (markdown) --- Censys-API-Integration.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Censys-API-Integration.md diff --git a/Censys-API-Integration.md b/Censys-API-Integration.md new file mode 100644 index 0000000..db46fab --- /dev/null +++ b/Censys-API-Integration.md @@ -0,0 +1,15 @@ +To integrate Censys sub-domain retrieval into Sn1per, edit your ~/.sniper.conf file and enter the appropriate values for the following: + +``` +# API KEYS +CENSYS_APP_ID="" +CENSYS_API_SECRET="" +``` + +These can be found by logging into Censys and viewing the ID and Secret from your profile settings. + +Note: This only works under "recon" mode scans (ie. -re switch): + +``` +sniper -t example.com -re -w example.com +``` \ No newline at end of file