nuclei-templates/file/keys/adobe/adobe-secret.yaml

24 lines
687 B
YAML
Raw Normal View History

2023-03-24 02:24:37 +00:00
id: adobe-secret
info:
name: Adobe OAuth Client Secret
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/adobe.yml
- https://developer.adobe.com/developer-console/docs/guides/authentication/
- https://developer.adobe.com/developer-console/docs/guides/authentication/OAuthIntegration/
- https://developer.adobe.com/developer-console/docs/guides/authentication/OAuth/
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-03-24 02:24:37 +00:00
tags: adobe,oauth,file,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- '(?i)\b(p8e-[a-z0-9-]{32})(?:[^a-z0-9-]|$)'