mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-04 09:43:40 +08:00
17 lines
232 B
YAML
17 lines
232 B
YAML
id: github-refresh-token
|
|
|
|
info:
|
|
name: Github Refresh Token
|
|
author: tanq16
|
|
severity: high
|
|
tags: token,file,github
|
|
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "ghr_.{76}"
|