mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-17 22:46:00 +00:00
UltyScan Documentation Overhaul
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
if [ "$SSL" = "true" ]; then
|
||||
AUTHOR='@xer0dayz'
|
||||
VULN_NAME='Strict Tranposrt Security Not Enforced'
|
||||
FILENAME="$LOOT_DIR/web/headers-https-$TARGET.txt"
|
||||
MATCH="strict-transport-security"
|
||||
SEVERITY='P4 - LOW'
|
||||
GREP_OPTIONS='-i'
|
||||
SEARCH='negative'
|
||||
SECONDARY_COMMANDS=''
|
||||
else
|
||||
break
|
||||
fi
|
||||
Reference in New Issue
Block a user