mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-02-09 12:13:30 +08:00
16 lines
261 B
YAML
16 lines
261 B
YAML
id: github-app-token
|
|
|
|
info:
|
|
name: Github App Token
|
|
author: tanq16,DhiyaneshDK
|
|
severity: medium
|
|
tags: token,file,github
|
|
file:
|
|
- extensions:
|
|
- all
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "\b((?:ghu|ghs)_[a-zA-Z0-9]{36})\b"
|