nuclei/integration_tests/http/save-extractor-values-to-file.yaml
Tarun Koyalwar 4e6ef4490e
duplicated params in self contained requests (#3608)
* 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
2023-04-26 12:35:07 +05:30

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