2021-12-15 15:13:36 +00:00
|
|
|
id: expired-ssl
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Expired SSL Certificate
|
|
|
|
author: pdteam
|
|
|
|
severity: low
|
|
|
|
tags: ssl
|
|
|
|
|
|
|
|
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:
|
|
|
|
- "not_after"
|