nuclei-templates/ssl/untrusted-root-certificate....

24 lines
856 B
YAML
Raw Normal View History

2023-03-18 19:17:33 +00:00
id: untrusted-root-certificate
info:
name: Untrusted Root Certificate - Detect
author: pussycat0x
2023-03-19 07:40:23 +00:00
severity: low
2023-03-18 19:17:33 +00:00
description: |
A root certificate is a digital certificate issued by a trusted certificate authority that acts as a basis for other digital certificates. An untrusted root certificate is a certificate that is issued by an authority that is not trusted by the computer, and therefore cannot be used to authenticate websites or other digital certificates.
reference:
- https://www.sslmarket.com/ssl/trusted-and-untrusted-certificate
- https://www.invicti.com/web-vulnerability-scanner/vulnerabilities/ssl-untrusted-root-certificate/
2023-03-22 18:45:39 +00:00
metadata:
max-request: 1
2023-03-22 18:45:39 +00:00
verified: true
2023-03-18 19:17:33 +00:00
tags: ssl,untrusted
ssl:
- address: "{{Host}}:{{Port}}"
matchers:
- type: dsl
dsl:
2023-03-22 18:45:39 +00:00
- "untrusted == true"