nuclei/integration_tests/protocols/http/multi-http-var-sharing.yaml
Tarun Koyalwar 49ef5cbf16
handle 1 more edgecase (#4868)
* handle 1 more edgecase

* add integration test for this edgecase

* fix multi-http-var-sharing with integration test

* add -payload-concurrency (-pc) flag

* fix missing internal:true login in multiprotocol engine

* fix/handle absolute invalid url parsing

* support -pc & -jc in go sdk

* fix missing variables in code protocol operators

* add payload count parallelhttp check
2024-03-13 20:35:19 +05:30

36 lines
642 B
YAML

id: multi-http-var-sharing
info:
name: Multi HTTP var sharing
author: pdteam
severity: info
description: |
A template which has multiple HTTP requests block and variables are shared between them
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "This is test matcher text"
negative: true
internal: true
extractors:
- type: dsl
name: ffff
dsl:
- status_code
internal: true
- method: GET
path:
- "{{BaseURL}}/{{ffff}}"
matchers:
- type: status
status:
- 200