2021-12-15 15:13:36 +00:00
|
|
|
id: ssl-dns-names
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: SSL DNS Names
|
|
|
|
author: pdteam
|
|
|
|
severity: info
|
2023-08-17 14:14:19 +00:00
|
|
|
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
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2021-12-15 15:13:36 +00:00
|
|
|
|
|
|
|
ssl:
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: json
|
|
|
|
json:
|
2022-10-07 21:36:24 +00:00
|
|
|
- ".subject_an[]"
|