Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/ssl/ssl-with-vars.yaml
2070 views
1
id: ssl-with-vars
2
3
info:
4
name: SSL with variables
5
author: pdteam
6
severity: info
7
tags: ssl
8
9
ssl:
10
- address: "{{Host}}:{{Port}}"
11
matchers:
12
- type: dsl
13
dsl:
14
- "print_debug(test)"
15
16