mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 22:46:00 +00:00
13 lines
254 B
Bash
13 lines
254 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Weak Authentication'
|
|
URI='/'
|
|
METHOD='GET'
|
|
MATCH='realm\='
|
|
SEVERITY='P4 - LOW'
|
|
CURL_OPTS="-I -L --user-agent '' -s --insecure"
|
|
SECONDARY_COMMANDS=''
|
|
GREP_OPTIONS='-i'
|
|
|
|
if [[ "$SSL" == "false" ]]; then
|
|
SEVERITY='P2 - HIGH'
|
|
fi |