Installation of Drupwn 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/immunIT/drupwn.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 drupwn

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

sudo pip3 install -r requirements.txt

Step 4: Run the setup.py file to complete the installation.

sudo python3 setup.py install

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

drupwn -h

Drupwn – Drupal Enumeration Tool and Security Scanner in Kali Linux

Drupal is content management software used for making many of the websites and applications you use every day. Along with its cool features, there can be some risks that are linked with Drupal CMS. The outdated version can lead to Security Compromise on the web application. We can test the Drupal CMS consisting of websites by applying an automated approach. Drupwn tool is an automated tool developed in the Python language which performs Enumeration and Exploitation on the target domain. The tool consists of CVEs that can be tested against the target domain and can be exploited if the application is vulnerable to it. Drupwn tool is available on GitHub, it’s free and open-source to use.

There are two modes available on the Drupwn tool.

  • Enumeration
  • Exploitation

1. Enumeration

  1. Performs User enumeration
  2. Performs Node enumeration
  3. Performs Default files enumeration
  4. Performs Module enumeration
  5. Performs Theme enumeration
  6. Performs  Cookies support
  7. Performs User-Agent support
  8. Performs Basic authentication support
  9. Performs Request delay
  10. Performs Enumeration range
  11. Performs Logging

2. Exploitation

  1. Supports Vulnerability checker
  2. Supports CVE exploiter

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 Drupwn Tool on Kali Linux OS

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

Working with Drupwn Tool on Kali Linux OS

Example 1: Using Enumeration Mode...

Contact Us