From 0195f712c7236da4eaffec1927c390ff6b9749c3 Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Mon, 23 Dec 2019 09:52:30 -0700 Subject: [PATCH] Created Shodan Integration (markdown) --- Shodan-Integration.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Shodan-Integration.md diff --git a/Shodan-Integration.md b/Shodan-Integration.md new file mode 100644 index 0000000..05afc03 --- /dev/null +++ b/Shodan-Integration.md @@ -0,0 +1,13 @@ +To integrate Shodan sub-domain retrieval into Sn1per, edit your ~/.sniper.conf file and enter your Shodan API key and enable the Shodan plugin by changing the value to "1": + +``` +# SHODAN API KEY +SHODAN_API_KEY="" +SHODAN="1" +``` + +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