Skip to content

kulichr/WPvSCAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.