19 lines
412 B
YAML
19 lines
412 B
YAML
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.
|
|
tags: ssl
|
|
metadata:
|
|
max-request: 1
|
|
|
|
ssl:
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
extractors:
|
|
- type: json
|
|
json:
|
|
- ".subject_an[]" |