Table of Contents
CMS Map is a tool used to find the vulnerabilities of websites such as Joomla, Drupal, WordPress. With the help of this tool, we can scan our site vulnerabilities and fix them, and stay safe and secure. Execute these commands one by one to install.
Installation: #
apt update
apt upgrade
apt install git
apt install python2
git clone https://github.com/Dionach/CMSmap.git
cd CMSmap
chmod +x *
Usage : #
python2 cms.py -h
It shows all options on how we can use this tool.