mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-25 18:45:27 +00:00
* Added tlsx integration to nuclei * tls tests fix * Added helper functions + upgrade tlsx to fix * go mod update * workflow fix to race test on windows Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
18 lines
266 B
YAML
18 lines
266 B
YAML
id: basic-ssl-tls
|
|
|
|
info:
|
|
name: Basic SSL Request with ztls
|
|
author: pdteam
|
|
severity: info
|
|
|
|
ssl:
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
min_version: ssl30
|
|
max_version: tls12
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "tls_connection == 'ztls'"
|