Updated WPScan API Integration (markdown)

xer0dayz 2020-12-20 12:43:32 -07:00
parent d32f88cd8b
commit 11cabd9e7f
1 changed files with 5 additions and 1 deletions

@ -1,7 +1,11 @@
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:
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:
```
WP_API_KEY="_____ENTER YOUR API KEY HERE_____"
```
Next, you'll need to update your ```/root/.sniper.conf``` file to enable WPScan by setting WPSCAN to "1":
```
WPSCAN="1"
```