mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-18 03:06:00 +00:00
8 lines
211 B
Bash
8 lines
211 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Autocomplete Enabled'
|
|
FILENAME="$LOOT_DIR/web/websource-htt*-$TARGET-*.txt"
|
|
MATCH='autocomplete=\"on\"'
|
|
SEVERITY='P4 - LOW'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS='' |