From 11cabd9e7fe38b2a4021d7b881316aacbace1e92 Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Sun, 20 Dec 2020 12:43:32 -0700 Subject: [PATCH] Updated WPScan API Integration (markdown) --- WPScan-API-Integration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" ```