mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-12 13:43:24 +08:00
17 lines
235 B
YAML
17 lines
235 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}"
|