2021-12-15 15:13:36 +00:00
|
|
|
id: expired-ssl
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Expired SSL Certificate
|
|
|
|
author: pdteam
|
|
|
|
severity: low
|
2022-12-09 07:08:44 +00:00
|
|
|
reference:
|
|
|
|
- https://www.acunetix.com/vulnerabilities/web/tls-ssl-certificate-about-to-expire/
|
|
|
|
description: |
|
|
|
|
After an SSL certificate expires, you will no longer be able to communicate over a secure, encrypted HTTPS connection.
|
|
|
|
remediation: |
|
|
|
|
Purchase or generate a new SSL/TLS certificate to replace the existing one.
|
2021-12-15 15:13:36 +00:00
|
|
|
tags: ssl
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-12-15 15:13:36 +00:00
|
|
|
|
|
|
|
ssl:
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
2022-10-07 21:36:24 +00:00
|
|
|
|
2021-12-15 15:13:36 +00:00
|
|
|
matchers:
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
2022-10-07 21:36:24 +00:00
|
|
|
- "expired == true"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: kval
|
|
|
|
kval:
|
2022-12-23 10:45:25 +00:00
|
|
|
- "not_after"
|