mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:35:24 +00:00
* renaming var * Introducing shared execution context prototype * fixing field name * adding shared values propagation * adding shared context lock * add slice values normalization * adding integration tests * adding metadata support for dns * adding multi-protocol context sharing test * removing debug test files * moving contextargs around * adding comments * refactoring code - getter/setter for complex types - using pointers to avoid heap allocations
19 lines
290 B
YAML
19 lines
290 B
YAML
id: value-sharing-template2
|
|
|
|
info:
|
|
name: value-sharing-template2
|
|
author: pdteam
|
|
severity: info
|
|
|
|
requests:
|
|
- raw:
|
|
- |
|
|
GET /path2 HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
{{extracted}}
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "test-value" |