mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 20:35:59 +00:00
9 lines
208 B
Bash
9 lines
208 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Joomla Detected 1'
|
|
URI='/joomla/'
|
|
METHOD='GET'
|
|
MATCH='content="Joomla! '
|
|
SEVERITY='P5 - INFO'
|
|
CURL_OPTS="--user-agent '' -s -L --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i' |