nuclei-templates/ssl/ssl-dns-names.yaml

19 lines
412 B
YAML
Raw Normal View History

2021-12-15 15:13:36 +00:00
id: ssl-dns-names
info:
name: SSL DNS Names
author: pdteam
severity: info
description: |
Extract the Subject Alternative Name (SAN) from the target's certificate. SAN facilitates the usage of additional hostnames with the same certificate.
2021-12-15 15:13:36 +00:00
tags: ssl
metadata:
max-request: 1
2021-12-15 15:13:36 +00:00
ssl:
- address: "{{Host}}:{{Port}}"
extractors:
- type: json
json:
- ".subject_an[]"