Skip to content

Github App Token

ID: github-app-token

Severity: medium

Author: tanq16,DhiyaneshDK

Tags: keys,file,token,github

id: github-app-token
info:
name: Github App Token
author: tanq16,DhiyaneshDK
severity: medium
tags: keys,file,token,github
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "\b((?:ghu|ghs)_[a-zA-Z0-9]{36})\b"
# digest: 490a0046304402202825d7d08540a3be19c4af652b51915ff4242e1612004806cfde0efe6c7160990220253d933bad841de8086fd8d1ae10445c34dc4cea53015cb7b875391a0031fbed:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "file/keys/github/github-app-token.yaml"

View on Github