Updated Shodan Integration (markdown)

xer0dayz 2021-06-17 08:52:29 -07:00
parent 2414d2add2
commit 578ccc5c69
1 changed files with 6 additions and 2 deletions

@ -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):