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