mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-18 04:15:24 +00:00
* fix duplicated params in self-contained+ export extracted values to file * add integration tests + fix percentage overflow in pb * fix integration test template id * integration test: validate if file exists
18 lines
286 B
YAML
18 lines
286 B
YAML
id: save-extractor-values-to-file
|
|
|
|
info:
|
|
name: save extractor values to file
|
|
author: pdteam
|
|
severity: info
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '[0-9]+'
|
|
to: output.txt |