mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 20:35:59 +00:00
UltyScan Documentation Overhaul
This commit is contained in:
13
templates/active/Weak_Authentication_Scanner.sh
Normal file
13
templates/active/Weak_Authentication_Scanner.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
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
|
||||
Reference in New Issue
Block a user