Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/raw-cookie-reuse.yaml
2070 views
1
id: cookiereuse-raw-example
2
info:
3
name: Test Cookie Reuse RAW Template
4
author: pdteam
5
severity: info
6
7
http:
8
- raw:
9
- |
10
POST / HTTP/1.1
11
Host: {{Hostname}}
12
Origin: {{BaseURL}}
13
Connection: close
14
Content-Type: application/x-www-form-urlencoded
15
Content-Length: 1
16
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
17
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
18
Accept-Language: en-US,en;q=0.9
19
20
testing=parameter
21
- |
22
GET / HTTP/1.1
23
Host: {{Hostname}}
24
Origin: {{BaseURL}}
25
Connection: close
26
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
27
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
28
Accept-Language: en-US,en;q=0.9
29
30
matchers:
31
- type: word
32
words:
33
- "Test is test-cookie-reuse matcher text"
34