
droopescan v1.35.3 – a cms vulnerability scanner functionality.
Changelog droopescan v1.35.3 5/3/2017:
* New versions for all CMS: drupal, joomla, wordpress, moodle and silverstripe.
A plugin-based scanner that aids security researchers in identifying issues with several CMS:
+ Drupal.
+ SilverStripe.
+ WordPress.
Partial functionality for:
+ Joomla (version enumeration and interesting URLs only)
Because droopescan:
+ is fast
+ is stable
+ is up to date
+ allows simultaneous scanning of multiple sites
+ is 100% python
Features:
+ Scan types: Droopescan aims to be the most accurate by default, while not overloading the target server due to excessive concurrent requests.
+ Target specification: You can specify a particular host to scan by passing url parameter.
+ Authentication : The application fully supports .netrc files and http_proxy environment variables.
+ Output: This application supports both “standard output”, meant for human consumption, or JSON, which is more suitable for machine consumption. This output is stable between major versions.
installation:
1 2 3 4 5 6 7 8 |
git clone https://github.com/droope/droopescan.git && cd droopescan pip install -r requirements.txt ./droopescan scan --help or install using pip: pip install droopescan Updates: git pull origin master pip install droopescan --upgrade |
Source: https://github.com/droope | Our Post Before