nuclei-templates/ssl/expired-ssl.yaml

26 lines
626 B
YAML
Raw Normal View History

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
ssl:
- address: "{{Host}}:{{Port}}"
2021-12-15 15:13:36 +00:00
matchers:
- type: dsl
dsl:
- "expired == true"
extractors:
- type: kval
kval:
2022-12-23 10:45:25 +00:00
- "not_after"