29 lines
938 B
YAML
29 lines
938 B
YAML
id: github-app
|
|
|
|
info:
|
|
name: GitHub App Token
|
|
author: DhiyaneshDK
|
|
severity: info
|
|
reference:
|
|
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/github.yml
|
|
- https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/about-authentication-to-github
|
|
- https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps
|
|
- https://github.blog/2021-04-05-behind-githubs-new-authentication-token-formats/
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
tags: github,app,token,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
regex:
|
|
- '\b((?:ghu|ghs)_[a-zA-Z0-9]{36})\b'
|
|
|
|
# digest: 4a0a004730450221009485ce9e2e17e40da2e726b8286112259c6434a16db02c47261dd739d39aa72c02204dca216fd7c1035f9d4d057085424189a36c7ac9a1097107ba9944eb4c9569ae:922c64590222798bb761d5b6d8e72950
|