WPScan rewritten in Python + some WPSeku ideas
Go to file
Swissky 32ca279d89 Screen updated with Themes and Plugins scans 2017-03-05 18:45:41 +01:00
database Random User-Agent added with 'random-agent' param 2017-03-05 16:58:15 +01:00
engine Plugin extension added + SVN files plugin 2017-03-05 18:34:36 +01:00
plugins Example plugin updated 2017-03-05 18:41:30 +01:00
screens Screen updated with Themes and Plugins scans 2017-03-05 18:45:41 +01:00
.gitignore Ping,readme,debuglog and backup file detection 2017-02-23 12:00:48 +01:00
README.md Random User-Agent added with 'random-agent' param 2017-03-05 16:58:15 +01:00
main.py Plugin extension added + SVN files plugin 2017-03-05 18:34:36 +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 --random-agent

-u : Url of the WordPress
--update : Update the wpscan database
--aggressive : Launch an aggressive version to scan for plugins/themes
--random-agent : Use a random user-agent for this session

Output example from a test environment

alt tag

Credits and Contributor