Path: blob/dev/pkg/authprovider/authx/testData/example-auth.yaml
2070 views
id: pd-nuclei-auth-test12info:3name: ProjectDiscovery Test Dev Servers4author: pdteam5description: |6This is a auth file for ProjectDiscovery dev servers.7It contains auth data of all projectdiscovery dev servers.89# Note: this is a dummy example file. none of the secrets here are real.1011# static secrets12static:13# for header based auth session14- type: header15domains:16- api.projectdiscovery.io17- cve.projectdiscovery.io18- chaos.projectdiscovery.io19headers:20- key: x-pdcp-key21value: <api-key-here>2223# for query based auth session24- type: Query25domains:26- scanme.sh27params:28- key: token29value: 1a2b3c4d5e6f7g8h9i0j3031# for cookie based auth session32- type: Cookie33domains:34- scanme.sh35cookies:36- key: PHPSESSID37value: 1a2b3c4d5e6f7g8h9i0j3839# for basic auth session40- type: BasicAuth41domains:42- scanme.sh43username: test44password: test4546# for authorization bearer token47- type: BearerToken48domains-regex:49- .*scanme.sh50- .*pdtm.sh51token: test525354# dynamic secrets (powered by nuclei-templates)55dynamic:56- template: /path/to/wordpress-login.yaml57variables:58- name: username59value: pdteam60- name: password61value: nuclei-v3.2.062type: Cookie63domains:64- localhost:808065cookies:66- raw: "{{wp-global-cookie}}"67- raw: "{{wp-admin-cookie}}"68- raw: "{{wp-plugin-cookie}}"69707172