Installation of Droopescan  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/SamJoan/droopescan.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 droopescan

Step 3: You are in the directory of the Droopescan . Now you have to install a dependency of the Droopescan using the following command.

sudo pip3 install -r requirements.txt

Step 4: All the dependencies have been installed in your Kali Linux operating system. Now use the following command to run the tool and check help section.

droopescan -h

Droopescan – CMS Based Web Applications Scanner

Droopescan tool is an automated script developed in the Python language which is used in the initial reconnaissance and information gathering phases. This tool gathers the CMS information which is been used by the target domain. This can include CMS type, version, themes, plugins, etc. This tool is also available on the GitHub platform for free and is open-source to use. So you can also become a contributor in this repository.

Note: Make Sure You have Python Installed on your System, as this is a python-based tool. Click to check the Installation process: Python Installation Steps on Linux

Similar Reads

Installation of Droopescan  Tool on Kali Linux OS

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

Working with Droopescan  Tool on Kali Linux OS

Example 1: Scanning Target 1 (geeksforgeeks.org)...