Added description fields where missing in the ssl templates

patch-1
pentesttools-com 2023-08-17 17:14:19 +03:00
parent 744ec172b1
commit 08196b27be
No known key found for this signature in database
GPG Key ID: E91170F167EF0179
3 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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