mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 19:45:28 +00:00
15 lines
414 B
YAML
15 lines
414 B
YAML
|
|
id: workflow-shared-cookies
|
||
|
|
|
||
|
|
info:
|
||
|
|
name: Test Workflow Shared Cookies
|
||
|
|
author: pdteam
|
||
|
|
severity: info
|
||
|
|
|
||
|
|
workflows:
|
||
|
|
# store cookies to standard http client cookie-jar
|
||
|
|
- template: workflow/http-1.yaml
|
||
|
|
- template: workflow/http-2.yaml
|
||
|
|
# store cookie in native browser context
|
||
|
|
- template: workflow/headless-1.yaml
|
||
|
|
# retrive 2 standard library cookies + headless cookie
|
||
|
|
- template: workflow/http-3.yaml
|