Skip to content

Gitter Access Token

ID: gitter-token

Severity: info

Author: DhiyaneshDK

Tags: exposure,gitter,file,keys

id: gitter-token
info:
name: Gitter Access Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/gitter-access-token.yaml
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/gitter-access-token.go
metadata:
verified: true
max-request: 1
tags: exposure,gitter,file,keys
http:
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- (?i)(?:gitter)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9_-]{40})(?:['|\"|\n|\r|\s|\x60|;]|$)
# digest: 4a0a0047304502206ac1723582429b28019da0e82cff50085ea9e51c922642869d7d15d81df42441022100cd72c048d1f6e735dfc93171a58ea00bd6d56249cc67227514b868bcf71accab: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 "http/exposures/tokens/gitter/gitter-token.yaml"

View on Github