mirror of https://github.com/1N3/Sn1per.git
Updated WPScan API Integration (markdown)
parent
d32f88cd8b
commit
11cabd9e7f
|
|
@ -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"
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue