A centralised dashboard for running and scheduling WordPress scans powered by wpscan. It has the ability to show scan history and result in user-friendly format.
* Performs scan for single or multiple WordPress applications asynchronously
* Supports both on demand and scheduled scans (like a cron job)
* Cross-platform application
* Download and Install Node.js- https://nodejs.org/en/download/
* Install wpscan- https://wpscan.org/
* git clone https://github.com/cyc10n3/WPScan_Web_Interface.git
* cd WPScan-Web-Interface
* npm install (for installing node modules or dependencies)
* npm start
* Open https://localhost:1337 in browser
* Login with default credentials (admin/admin)
It is highly recommended to change the login password by modifying server.js
file
.
- Gaurav Mishra - Initial work - gmishra010@gmail.com
This project is licensed under the MIT License - see the LICENSE file for details