-
Notifications
You must be signed in to change notification settings - Fork 1.8k
WPScan API Integration
xer0dayz edited this page Dec 20, 2020
·
2 revisions
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"
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).