mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-17 18:05:27 +00:00
* extend headless contextargs * using darwin-latest * grouping page options * temp commenting code out * fixing test * adding more checks * more checks * fixing first navigation metadata * adding integration test * proto update --------- Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
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 |