nuclei-templates/examples/http-raw-multiple.yaml

34 lines
992 B
YAML
Raw Normal View History

2020-05-03 13:46:45 +00:00
id: http-raw-example
info:
name: HTTP Raw Test
author: pdteam
severity: info
requests:
- raw:
2020-05-25 07:34:30 +00:00
- |
2020-05-03 13:46:45 +00:00
GET / HTTP/1.1
Host: {{Hostname}}
Origin: {{BaseURL}}
Connection: close
2020-05-25 07:34:30 +00:00
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
2020-05-03 13:46:45 +00:00
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
2020-05-25 07:34:30 +00:00
- |
2020-05-03 13:46:45 +00:00
GET /testing HTTP/1.1
Host: {{Hostname}}
Origin: {{BaseURL}}
Connection: close
2020-05-25 07:34:30 +00:00
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko)
2020-05-03 13:46:45 +00:00
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8
Accept-Encoding: gzip, deflate
Accept-Language: en-US,en;q=0.9
matchers:
- type: word
2020-05-25 07:34:30 +00:00
words:
2020-05-03 13:46:45 +00:00
- "Test is test"