Skip to content

This script tries to guess Drupal plugin versions from droopescan output

Notifications You must be signed in to change notification settings

dotPY-hax/droopescan-guesser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

droopescan-guesser

This script tries to guess Drupal plugin versions from droopescan output

usage

All you have to do is pipe the JSON output from droopescan to the scripts stdin

droopescan scan drupal -u http://drupal.inlanefreight.local -o json | python3 guesser.py

how does it work??

The script compares the available files found by droopescan to all tagged releases on git.drupalcode.org - trying to guess the version. It also tells if a guessed release is tagged as "insecure"

why?

I wanted a script to automate looking up plugin versions - also:

SamJoan/droopescan#73

unfortunately the code style does not fit into the droopescan project thats why I decided to do it like this

About

This script tries to guess Drupal plugin versions from droopescan output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages