You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Global Variables Override for input-modes like postman,openapi etc
Cookie Reuse Improvements ( linking to static auth)
Per Host Creds Support
Final Static Secrets file format & options
id: pd-nuclei-auth-testinfo:
name: ProjectDiscovery Test Dev Serversauthor: pdteamdescription: | This is a auth file for ProjectDiscovery dev servers. It contains auth data of all projectdiscovery dev servers.# Note: this is a dummy example file. none of the secrets here are real.# static secretsstatic:
# for header based auth session
- type: headerdomains:
- api.projectdiscovery.io
- cve.projectdiscovery.io
- chaos.projectdiscovery.ioheaders:
- key: x-pdcp-keyvalue: <api-key-here># for query based auth session
- type: Querydomains:
- scanme.shparams:
- key: tokenvalue: 1a2b3c4d5e6f7g8h9i0j# for cookie based auth session
- type: Cookiedomains:
- scanme.shcookies:
- key: PHPSESSIDvalue: 1a2b3c4d5e6f7g8h9i0j# for basic auth session
- type: BasicAuthdomains:
- scanme.shusername: testpassword: test# for authorization bearer token
- type: BearerTokendomains-regex:
- .*scanme.sh
- .*pdtm.shtoken: test
The text was updated successfully, but these errors were encountered:
Proposed Changes
input-modes
like postman,openapi etcFinal Static Secrets file format & options
The text was updated successfully, but these errors were encountered: