25 lines
884 B
YAML
25 lines
884 B
YAML
id: linkedin-client-id
|
|
|
|
info:
|
|
name: LinkedIn Client ID
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://github.com/praetorian-inc/noseyparker/blob/main/crates/noseyparker/data/default/builtin/rules/linkedin.yml
|
|
- https://docs.microsoft.com/en-us/linkedin/shared/api-guide/best-practices/secure-applications
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: linkedin,exposure,tokens
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- (?i)linkedin.?(?:api|app|application|client|consumer|customer)?.?(?:id|identifier|key).{0,2}\s{0,20}.{0,2}\s{0,20}.{0,2}\b([a-z0-9]{12,14})\b
|
|
# digest: 490a004630440220403d3283445c203c2c38cc1ab16ca554ffe6e8cd2fd8fcbb98fce6085493fd1502200b0335755fbd7ecfe529ac3c9d34a4efd5514de91538a93ebc7f86555ff21f34:922c64590222798bb761d5b6d8e72950 |