Files
nuclei-templates/file/keys/github/github-personal-token.yaml
geeknik 14023d406b Update github-personal-token.yaml
added support for `fine-grained personal access tokens` currently in beta (https://github.com/settings/tokens?type=beta)
2022-10-19 01:28:45 +00:00

18 lines
266 B
YAML

id: github-personal-token
info:
name: Github Personal Token
author: geeknik
severity: high
tags: token,file,github
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "ghp_.{36}"
- "github_pat_.{82}"