HOWTO : CMSMap on Ubuntu 14.04 LTS
CMSmap is a python open source CMS scanner that automates the process of detecting security flaws of the most popular CMSs. The main purpose of CMSmap is to integrate common vulnerabilities for different types of CMSs in a single tool.
At the moment, CMSs supported by CMSmap are WordPress, Joomla and Drupal.
Install
Update/Upgrade
Reference
Nil
That's all! See you.
At the moment, CMSs supported by CMSmap are WordPress, Joomla and Drupal.
Install
sudo apt-get install git
cd ~
mkdir arsenal
cd arsenal
git clone https://github.com/Dionach/CMSmap.git
cd CMSmap
python cmsmap.py -t http://www.google.com
Update/Upgrade
sudo apt-get update
sudo apt-get dist-upgrade
cd ~/arsenal/CMSmap
git pull origin master
Reference
Nil
That's all! See you.