mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 18:26:00 +00:00
9 lines
240 B
Bash
9 lines
240 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Drupal Install Found'
|
|
URI='/install.php?profile=default'
|
|
METHOD='GET'
|
|
MATCH='Choose language | Drupal'
|
|
SEVERITY='P3 - MEDIUM'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |