mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-18 00:56:00 +00:00
8 lines
247 B
Bash
8 lines
247 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Interesting Title Found'
|
|
FILENAME="$LOOT_DIR/web/title-htt*-$TARGET-*.txt"
|
|
MATCH='admin|dev|portal|login|sign|signup|registration|account'
|
|
SEVERITY='P5 - INFO'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS='' |