Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/protocols/http/raw-post-body.yaml
2070 views
1
id: basic-raw-http-body-example
2
3
info:
4
name: Test RAW POST Template
5
author: pdteam
6
severity: info
7
8
http:
9
- raw:
10
- |
11
POST / HTTP/1.1
12
Host: {{Hostname}}
13
Origin: {{BaseURL}}
14
Content-Type: application/x-www-form-urlencoded
15
Content-Length: 1
16
17
username=test&password=nuclei
18
matchers:
19
- type: word
20
words:
21
- "Test is test raw-post-body-matcher text"
22