Files
UltyScan/templates/active/Joomla_Version_Disclosure.sh

9 lines
248 B
Bash

AUTHOR='@xer0dayz'
VULN_NAME='Joomla Version Disclosure'
URI='/administrator/manifests/files/joomla.xml'
METHOD='GET'
MATCH="Joomla\ version\ "
SEVERITY='P4 - LOW'
CURL_OPTS="--user-agent '' -s -L --insecure"
SECONDARY_COMMANDS=''
GREP_OPTIONS='-i'