Skip to content

Droneci Access Token

ID: droneci-access-token

Severity: info

Author: DhiyaneshDK

Tags: file,keys,droneci,token

id: droneci-access-token
info:
name: Droneci Access Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/droneci-access-token.yaml
- https://github.com/returntocorp/semgrep-rules/blob/develop/generic/secrets/gitleaks/droneci-access-token.go
metadata:
verified: true
tags: file,keys,droneci,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- (?i)(?:droneci)(?:[0-9a-z\-_\t .]{0,20})(?:[\s|']|[\s|"]){0,3}(?:=|>|:=|\|\|:|<=|=>|:)(?:'|\"|\s|=|\x60){0,5}([a-z0-9]{32})(?:['|\"|\n|\r|\s|\x60|;]|$)
# digest: 4a0a0047304502204c0d96ce6237a33afc83538bfb97d5d9b66ec375548eaab73a71cc8678f1c254022100b89c9aad50ecf53a4980334ea9864eaedc1f925d2c73c9a996fcb8a374baa1a0: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/droneci-access-token.yaml"

View on Github