51 lines
1.2 KiB
YAML
51 lines
1.2 KiB
YAML
id: tls-version
|
|
|
|
info:
|
|
name: TLS Version - Detect
|
|
author: pdteam,pussycat0x
|
|
severity: info
|
|
description: |
|
|
TLS version detection is a security process used to determine the version of the Transport Layer Security (TLS) protocol used by a computer or server.
|
|
It is important to detect the TLS version in order to ensure secure communication between two computers or servers.
|
|
metadata:
|
|
max-request: 4
|
|
tags: ssl
|
|
ssl:
|
|
- address: "{{Host}}:{{Port}}"
|
|
min_version: tls10
|
|
max_version: tls10
|
|
|
|
extractors:
|
|
- type: json
|
|
json:
|
|
- ".tls_version"
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
|
min_version: tls11
|
|
max_version: tls11
|
|
|
|
extractors:
|
|
- type: json
|
|
json:
|
|
- ".tls_version"
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
|
min_version: tls12
|
|
max_version: tls12
|
|
|
|
extractors:
|
|
- type: json
|
|
json:
|
|
- ".tls_version"
|
|
|
|
- address: "{{Host}}:{{Port}}"
|
|
min_version: tls13
|
|
max_version: tls13
|
|
|
|
extractors:
|
|
- type: json
|
|
json:
|
|
- ".tls_version"
|
|
|
|
# digest: 490a0046304402202fd22a3f84b4e85d21b1fad6373748746b6212d507627d2337cef801d93ef4d8022028d32e5ae9e99e18bbec9c4a453fc297d1dd98e5423c89d87281ef439c1ba042:922c64590222798bb761d5b6d8e72950
|