Added WPScan API Integration

xer0dayz 2020-12-20 12:42:10 -07:00
parent f04d5d4bf6
commit d32f88cd8b
1 changed files with 8 additions and 0 deletions

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