From d32f88cd8b528e73e054a33ecc8ac39e37a405d7 Mon Sep 17 00:00:00 2001 From: xer0dayz <1N3@hushmail.com> Date: Sun, 20 Dec 2020 12:42:10 -0700 Subject: [PATCH] Added WPScan API Integration --- WPScan-API-Integration.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 WPScan-API-Integration.md diff --git a/WPScan-API-Integration.md b/WPScan-API-Integration.md new file mode 100644 index 0000000..412e319 --- /dev/null +++ b/WPScan-API-Integration.md @@ -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). \ No newline at end of file