mirror of https://github.com/1N3/Sn1per.git
Added WPScan API Integration
parent
f04d5d4bf6
commit
d32f88cd8b
|
|
@ -0,0 +1,8 @@
|
|||
To enable WPScan API integration via Sn1per, you must create your WPScan API token by going here: https://wpscan.com/api. If you already have a WPScan API token, you will need to update ```/root/.sniper_api_keys.conf``` with the following value and enable WPScan:
|
||||
|
||||
```
|
||||
WP_API_KEY="_____ENTER YOUR API KEY HERE_____"
|
||||
WPSCAN="1"
|
||||
```
|
||||
|
||||
You can then run any "web" mode scan to pull full vulnerability details from any website (ie. sniper -t website.com -m web -w website.com).
|
||||
Loading…
Reference in New Issue