Files
UltyScan/templates/passive/web/Trace_Method_Enabled.sh

8 lines
195 B
Bash

AUTHOR='@xer0dayz'
VULN_NAME='TRACE Method Enabled'
FILENAME="$LOOT_DIR/web/http_options-$TARGET-*.txt"
MATCH='TRACE'
SEVERITY='P4 - LOW'
GREP_OPTIONS='-i'
SEARCH='positive'
SECONDARY_COMMANDS=''