Skip to content

Github Refresh Token

ID: github-refresh-token

Severity: high

Author: tanq16

Tags: file,keys,token,github

id: github-refresh-token
info:
name: Github Refresh Token
author: tanq16
severity: high
tags: file,keys,token,github
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "ghr_.{76}"
# digest: 4a0a00473045022100c4a1d6f24fa423726b95dc7baf65ad18a436efe50a777e68d78a91ef9e6375a0022060545d73126289eb1a5334eb3bdf8a8d598cb62e925abf6e52a4f81bdd3b09fb: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 "file/keys/github/github-refresh-token.yaml"

View on Github