Files
UltyScan/templates/active/PHP_Composer_Disclosure.sh

9 lines
226 B
Bash

AUTHOR='@xer0dayz'
VULN_NAME='PHP Composer Disclosure'
URI='/composer.json'
METHOD='GET'
MATCH='repositories|require-dev'
SEVERITY='P4 - LOW'
CURL_OPTS="--user-agent '' -s -L --insecure"
SECONDARY_COMMANDS=''
GREP_OPTIONS='-i'