kulichr / WPvSCAN

WordPress version scanner written in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub release (latest by date) GitHub top language GitHub last commit

WPvSCAN

WPvSCAN scans the version of CMS WordPress on the target website and compares it with the most recent version. After that, it also offers the option of listing all know exploits using SearchSploit tool by Offensive Security. Example of result

Usage

python3 wpvscan.py -t target.com

Requirements

Pip dependencies

Necessary python dependencies should be installed with following command.

pip install -r requirements.txt

Python 3

Whole script is written in Python 3.7., which is recommended for best functionality. Something might not work well in older versions. Python is free to download from official website for all platforms.

SearchSploit

Script offers exploits for found version of WordPress. SearchSploit could be install from official GitHub repository.

Help & issues

If you have any question, ideas or issues, you can report them through Issues.

About

WordPress version scanner written in Python.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%