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