Working with Droopescan  Tool on Kali Linux OS

Example 1: Scanning Target 1 (w3wiki.org)

droopescan scan joomla -u w3wiki.org

We have possible interesting urls that contains information about CMS.

Example 2: Scanning Target 2 (example.com)

droopescan scan drupal -u example.com

In this example, we have specified the target domain as example.com.

We have got the plugins list which are been used by the domain.

We have also got the Possible versions and interesting URLs list.

Example 3: Displaying Stats of tool

droopescan stats

In this example, we have displayed the overall stats of tool. This stats shows the supported CMS, Version details and other information.


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)...