recon_tls_sans
Extract Subject Alternative Names from TLS certificates to identify all domains secured by a certificate. Perform read-only TLS handshake analysis to discover certificate details including common name, issuer, validity, and SAN count.
Instructions
Extract Subject Alternative Names from the TLS certificate. Returns common_name, subject_alternative_names, issuer, validity, and san_count. Read-only TLS handshake.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Target domain or IP:port, e.g. example.com or 1.2.3.4:443 |