mirror of
https://github.com/DeNNiiInc/UltyScan.git
synced 2026-04-18 00:56:00 +00:00
10 lines
261 B
Bash
10 lines
261 B
Bash
AUTHOR='@xer0dayz'
|
|
VULN_NAME='Insecure SSL TLS Connection CN Mismatch'
|
|
FILENAME="$LOOT_DIR/web/curldebug-$TARGET.txt"
|
|
MATCH='failed to verify the legitimacy of the server'
|
|
SEVERITY='P3 - MEDIUM'
|
|
GREP_OPTIONS='-i'
|
|
SEARCH='positive'
|
|
SECONDARY_COMMANDS=''
|
|
URI="/"
|