mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 20:35:59 +00:00
8 lines
195 B
Bash
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='' |