WPScan rewritten in Python + some WPSeku ideas
Go to file
Swissky ec7dfaf558 README update : command line for basic run 2017-03-03 14:27:54 +01:00
database Passive enumeration of theme and plugin + vulns 2017-02-26 19:15:30 +01:00
engine Aggressive scan added --aggressive 2017-02-27 15:50:11 +01:00
plugins Project basic architecture 2017-02-18 23:31:11 +01:00
screens README update output + Screenshots 2017-02-25 23:48:28 +01:00
.gitignore Ping,readme,debuglog and backup file detection 2017-02-23 12:00:48 +01:00
README.md README update : command line for basic run 2017-03-03 14:27:54 +01:00
main.py Aggressive scan added --aggressive 2017-02-27 15:50:11 +01:00

README.md

Wordpresscan

A simple Wordpress scanner written in python based on the work of WPScan (Ruby version)

Disclaimer

The author of this github is not responsible for misuse or for any damage that you may cause!
You agree that you use this software at your own risk.

Install & Launch

Dependencies

pip install requests
pip install tornado

Install

git clone https://github.com/swisskyrepo/Wordpresscan.git
cd Wordpresscan
python main.py -u "http://localhost/wordpress" --update

-u : Url of the WordPress
--update : Update the wpscan database
--aggressive : Launch an aggressive version to scan for plugins/themes

Output example from a test environment

alt tag

Credits and Contributor