mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 20:35:59 +00:00
8 lines
210 B
Bash
8 lines
210 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Drupal Detected'
|
|
FILENAME="$LOOT_DIR/web/headers-htt*-$TARGET-*.txt"
|
|
MATCH="X\-Generator\:\ Drupal\ "
|
|
SEVERITY='P5 - INFO'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS='' |