mismatched-ssl-certificate update
parent
c4e0e52ef4
commit
74dd6249f1
|
@ -0,0 +1,24 @@
|
|||
id: mismatched-ssl-certificate
|
||||
|
||||
info:
|
||||
name: Mismatched SSL Certificate
|
||||
author: pdteam
|
||||
severity: low
|
||||
reference:
|
||||
- https://www.invicti.com/web-vulnerability-scanner/vulnerabilities/ssl-certificate-name-hostname-mismatch/
|
||||
tags: ssl,mismatched,tls
|
||||
|
||||
ssl:
|
||||
- address: "{{Host}}:{{Port}}"
|
||||
|
||||
matchers:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- "mismatched == true"
|
||||
- "ip != host"
|
||||
condition: and
|
||||
|
||||
extractors:
|
||||
- type: dsl
|
||||
dsl:
|
||||
- '"CN: " + subject_cn'
|
Loading…
Reference in New Issue