Skip to content

Github OAuth Access Token

ID: github-oauth-token

Severity: high

Author: tanq16

Tags: file,keys,token,github

id: github-oauth-token
info:
name: Github OAuth Access Token
author: tanq16
severity: high
tags: file,keys,token,github
file:
- extensions:
- all
extractors:
- type: regex
regex:
- "gho_.{36}"
# digest: 4a0a004730450221008a44d0ab712141eb4c3aa18d356c56e47bc1000f98cb537a81d11f69703b7b2302202d07f8be7c00663b3c7b2a0b5bd07bd4b796020b80418004f360eff00f8b8430: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-oauth-token.yaml"

View on Github