mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-03 01:03:34 +08:00
added support for `fine-grained personal access tokens` currently in beta (https://github.com/settings/tokens?type=beta)
18 lines
266 B
YAML
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}"
|