Skip to content

GitHub Refresh Token

ID: github-refresh

Severity: info

Author: DhiyaneshDK

Tags: github,refresh,token,exposure

id: github-refresh
info:
name: GitHub Refresh 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,refresh,token,exposure
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '\b(ghr_[a-zA-Z0-9]{76})\b'
# digest: 4a0a0047304502205f4bc8dd0c8bb2b24127d8ca864db8f5fad09c88416dc3b7053e1b3a86caf883022100a554d5ce0ba8c28d63edc02fd7f292ff9da6b10dac5c00509eb51ea906ce62b9:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/tokens/github/github-refresh.yaml"

View on Github