Added description fields where missing in the ssl templates
parent
744ec172b1
commit
08196b27be
|
@ -4,6 +4,8 @@ info:
|
|||
name: Detect SSL Certificate Issuer
|
||||
author: Lingtren
|
||||
severity: info
|
||||
description: |
|
||||
Extract the issuer's organization from the target's certificate. Issuers are entities which sign and distribute certificates.
|
||||
tags: ssl
|
||||
metadata:
|
||||
max-request: 1
|
||||
|
|
|
@ -6,6 +6,8 @@ info:
|
|||
severity: low
|
||||
reference:
|
||||
- https://www.invicti.com/web-vulnerability-scanner/vulnerabilities/ssl-certificate-name-hostname-mismatch/
|
||||
description: |
|
||||
Mismatched certificates occur when there is inconsistency between the common name to which the certificate was issued and the domain name in the URL. This issue impacts the trust value of the affected website.
|
||||
tags: ssl,mismatched,tls
|
||||
metadata:
|
||||
max-request: 1
|
||||
|
|
|
@ -4,6 +4,8 @@ info:
|
|||
name: SSL DNS Names
|
||||
author: pdteam
|
||||
severity: info
|
||||
description: |
|
||||
Extract the Subject Alternative Name (SAN) from the target's certificate. SAN facilitates the usage of additional hostnames with the same certificate.
|
||||
tags: ssl
|
||||
metadata:
|
||||
max-request: 1
|
||||
|
|
Loading…
Reference in New Issue