nuclei/integration_tests/protocols/http/http-preprocessor.yaml
Tarun Koyalwar e9ab5f498a
template preprocessor + multi request variables indexing bug fix (#4262)
* add randstr preprocessor to defaults

* fix indexing in http + preprocessor integration test

* add multi-request integration test

* skip test if asnmap is down
2023-10-20 17:54:10 +05:30

17 lines
258 B
YAML

id: http-preprocessor
info:
name: Test Http Preprocessor
author: pdteam
severity: info
requests:
- raw:
- |
GET /?test={{randstr}} HTTP/1.1
Host: {{Hostname}}
matchers:
- type: status
status:
- 200