nuclei/integration_tests/ssl/custom-version.yaml

19 lines
264 B
YAML

id: custom-version
info:
name: Basic SSL Request
author: pdteam
severity: info
ssl:
- address: "{{Host}}:{{Port}}"
min_version: tls12
max_version: tls12
matchers:
- type: word
part: response
words:
- 'tls12'