diff --git a/WPScan-API-Integration.md b/WPScan-API-Integration.md index 412e319..281c682 100644 --- a/WPScan-API-Integration.md +++ b/WPScan-API-Integration.md @@ -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" ```