mirror of https://github.com/1N3/Sn1per.git
Created Shodan Integration (markdown)
parent
5f92e25af2
commit
0195f712c7
|
|
@ -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
|
||||
```
|
||||
Loading…
Reference in New Issue