drupwn icon indicating copy to clipboard operation
drupwn copied to clipboard

Drupal enumeration & exploitation tool

Results 11 drupwn issues
Sort by recently updated
recently updated
newest added

This reduces the final image size, prevents outdated caches and is a best practice.

Hey! Thank you for this awesome tool. I'm facing the issue in saving the logs. As I'm running this tool on multiple sites I want to store the results(logs) with...

After Installing the Drupum I tried a sample website but showing like this drupwn: error: unrecognized arguments: enum

## Problem When HTTP connections fail droopescan reports the test as a positive result, e.g. it found a module. 5 GET requests to detect modules, such as the following, timed...

added py3-setuptools to make it install.

Python 3.7.7 Traceback (most recent call last): File "./drupwn", line 8, in from engine.Exploiter import Exploiter File "/opt/drupwn/engine/Exploiter.py", line 6, in from prompt_toolkit import prompt ImportError: No module named prompt_toolkit

The Dockerfile failed to compile as it was missing `setuptools`, I added an install line for setup tools and disabled cache to reduce the overall image size.

This is #33, rebased per @immunIT's request.

Work in progress

Traceback (most recent call last): File "drupwn", line 48, in Fingerprinter(request, logger).fingerprint(config) File "/home/dwpt/drupwn/engine/Fingerprinter.py", line 25, in fingerprint config["version"] = float(version.group(0)) AttributeError: 'NoneType' object has no attribute 'group'

Added all new plugins from drupal git repo.