nuclei-templates/ssl/detect-ssl-issuer.yaml

19 lines
403 B
YAML
Raw Normal View History

id: ssl-issuer
2022-09-19 06:17:54 +00:00
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.
metadata:
max-request: 1
2023-10-14 11:27:55 +00:00
tags: ssl
2022-09-19 06:17:54 +00:00
ssl:
- address: "{{Host}}:{{Port}}"
extractors:
- type: json
json:
- " .issuer_org[]"