Open In App

Badmod – CMS auto detect and exploit

Improve
Improve
Like Article
Like
Save
Share
Report

Badmod tool is an automated tool used as a CMS detector Vulnerability finder, and also auto exploiter. Badmod tool is developed in the Shell Script and is available on the GitHub platform. This tool can gather information about the target domain as Subdomains, CMS type, Reverse IP, etc. Badmod tool also checks for different types of Security flaws like dream_work manage, wp_jquery, etc. Various types of CMS are been supported by a tool like WordPress, Drupal, Joomla, etc.

Installation of Badmod Tool on Kali Linux OS

Step 1: Use the following command to install the tool in your Kali Linux operating system.

git clone https://github.com/M4DM0e/BadMod.git

Step 2: Now use the following command to move into the directory of the tool. You have to move in the directory in order to run the tool.

cd BadMod

Step 3: Run the below command to change the permissions of INSTALL file.

sudo chmod 777 INSTALL

Step 4: Run the below command to install the tool.

sudo ./INSTALL

Step 5: Execute the following command to run the tool.

sudo badmod

Working with Badmod Tool on Kali Linux OS

Example 1: IP generator

Select option 2 for IP generator

In this example, we will be generating IP addresses.

We have generated 10 different IP addresses.

Example 2: Scan single site

Select option 4 for Scan single site

In this example, we will be scanning the target domain geeksforgeeks.org for information.

We have got the contents of robots.txt file.

We have got the subdomains of geeksforgeeks.org and also got their IP addresses.

We have got the REVERSE DNS information.

Tool is checking for Vulnerabilities which are associated with the CMS WordPress.


Last Updated : 08 Jun, 2022
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads