diff --git a/Shodan-Integration.md b/Shodan-Integration.md index d865e02..0628f53 100644 --- a/Shodan-Integration.md +++ b/Shodan-Integration.md @@ -1,9 +1,13 @@ -To integrate Shodan sub-domain retrieval into Sn1per, edit your /root/.sniper_api_keys.conf file and enter your Shodan API key and enable the Shodan plugin by changing the value to "1": +To integrate Shodan sub-domain retrieval into Sn1per, edit your /root/.sniper.conf file and enable the Shodan plugin by changing the value to "1": +``` +SHODAN="1" +``` + +Next, add your Shodan API key to your /root/.sniper_api_keys.conf file: ``` # SHODAN API KEY SHODAN_API_KEY="" -SHODAN="1" ``` Note: This only works under "recon" mode scans (ie. -re switch):