WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

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).

Clone this wiki locally