Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
projectdiscovery
GitHub Repository: projectdiscovery/nuclei
Path: blob/dev/integration_tests/workflow/shared-cookie.yaml
2070 views
1
id: workflow-shared-cookies
2
3
info:
4
name: Test Workflow Shared Cookies
5
author: pdteam
6
severity: info
7
8
workflows:
9
# store cookies to standard http client cookie-jar
10
- template: workflow/http-1.yaml
11
- template: workflow/http-2.yaml
12
# store cookie in native browser context
13
- template: workflow/headless-1.yaml
14
# retrieve 2 standard library cookies + headless cookie
15
- template: workflow/http-3.yaml
16