Description
CMSmap is an open source CMS scanner that automates the process of detecting security flaws in the most popular CMS: WordPress, Joomla, and Drupal.
Installation
BASH
git clone https://github.com/dionach/CMSmap.git
cd CMSmap
pip install .
Basic Usage
BASH
cmsmap https://target.com
# Force specific CMS
cmsmap -f W https://target.com # WordPress
cmsmap -f J https://target.com # Joomla
cmsmap -f D https://target.com # Drupal
Advanced Usage
BASH
# With brute force
cmsmap https://target.com -u admin -p passwords.txt
# Set threads
cmsmap https://target.com -t 10
# Verbose output
cmsmap https://target.com -v