mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 15:05:26 +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>
15 lines
201 B
YAML
15 lines
201 B
YAML
id: basic-ssl
|
|
|
|
info:
|
|
name: Basic SSL Request
|
|
author: pdteam
|
|
severity: info
|
|
|
|
ssl:
|
|
- address: "{{Host}}:{{Port}}"
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- "probe_status == true"
|