droopescan icon indicating copy to clipboard operation
droopescan copied to clipboard

A plugin-based scanner that aids security researchers in identifying issues with several CMSs, mainly Drupal & Silverstripe.

Results 8 droopescan issues
Sort by recently updated
recently updated
newest added

When im trying 'sudo ./droopescan update --update drupal' i have this except: for line in tags_content.split('\n'): TypeError: a bytes-like object is required, not 'str' What's wrong?

Hey, I just wanted to know that how could I store the results? I know by using the redirection operator but with that, you can't save the human-readable output format....

Good First Issue

I have installed the latest version, however the scanner displays ```v1.33.7``` during runtime https://github.com/droope/droopescan/blob/master/dscan/common/functions.py#L217

Good First Issue

Hello, Is there a way to scan a site that only allows me 3 requests per second? Thank you

the command and partial output: droopescan scan moodle -u https://inexistent-host Traceback (most recent call last): File "/home/kali/.local/lib/python3.11/site-packages/urllib3/connection.py", line 174, in _new_conn conn = connection.create_connection( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/.local/lib/python3.11/site-packages/urllib3/util/connection.py", line 72, in...

Tried with docker docker run --rm droope/droopescan scan drupal -u https://www.harivenu.com Getting this deprecation error. /usr/local/bin/droopescan:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html __import__('pkg_resources').require('droopescan==1.45.1') Traceback (most recent call...

Idk if its possible but it would be great to have that

Hello. Docker image using "python:3" tag, like 'latest'. Now it is 3.12+ and imp module not exists there. If now try to build&run docker image we got error: ``` Traceback...