mirror of https://github.com/daffainfo/nuclei.git
21 lines
435 B
YAML
21 lines
435 B
YAML
id: basic-raw-http-body-example
|
|
|
|
info:
|
|
name: Test RAW POST Template
|
|
author: pdteam
|
|
severity: info
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
POST / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Origin: {{BaseURL}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
Content-Length: 1
|
|
|
|
username=test&password=nuclei
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Test is test raw-post-body-matcher text" |