Open In App

WhatCMS – CMS Detection and Exploit Kit

Last Updated : 04 Jan, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

Whatcms tool is an automated tool that is capable of detecting the CMS information about the target domain. This tool also gas the exploit kit with multiple sub-tools integrated into it. In the current scenario, the Whatcms tool can detect 33- different CMS applications and services. All the results are satisfactory and can be considered in upcoming phases of exploitation. This tool is developed in the shell script and is also available on the GitHub platform.

Installation of WhatCMS 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/GONZOsint/WhatCMS.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 WhatCMS 

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

sudo chmod 777 whatcms.sh

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

./whatcms.sh

Working with WhatCMS Tool on Kali Linux OS

Example/Usage: Scanning geeksforgeeks.org domain

./whatcms.sh geeksforgeeks.org

In this example, we are detecting the geeksforgeeks.org domain for its CMS information.

We have got the CMS information about the target domain geeksforgeeks.org.

There are various tools available with the WhatCMS. We can use these tools by giving the ID number.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads