Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/generic/auth/certificate/http-get.yaml
2072 views
1
id: basic-get-with-cert
2
3
info:
4
name: Basic GET with Cert
5
author: pdteam
6
severity: info
7
8
http:
9
- method: GET
10
path:
11
- "{{BaseURL}}"
12
matchers:
13
- type: word
14
words:
15
- "Hello"
16