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

20 lines
404 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.
2022-09-19 06:17:54 +00:00
tags: ssl
metadata:
max-request: 1
2022-09-19 06:17:54 +00:00
ssl:
- address: "{{Host}}:{{Port}}"
extractors:
- type: json
json:
- " .issuer_org[]"