Skip to content

Github Personal Token

ID: github-personal-token

Severity: high

Author: geeknik

Tags: file,keys,token,github

id: github-personal-token
info:
name: Github Personal Token
author: geeknik
severity: high
tags: file,keys,token,github
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "ghp_.{36}"
- "github_pat_.{82}"
# digest: 4a0a00473045022100fa9b11811b91a5e1762d69303eb10b54ced7b1515c8b3587e7a32043dc967496022069cd843350573ef290d82fdc3015d5477421fcca6c86bae004027cf87a432b26: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-personal-token.yaml"

View on Github