Created Shodan Integration (markdown)

xer0dayz 2019-12-23 09:52:30 -07:00
parent 5f92e25af2
commit 0195f712c7
1 changed files with 13 additions and 0 deletions

13
Shodan-Integration.md Normal file

@ -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
```