Skip to content

Jenkins Token or Crumb

ID: jenkins-token

Severity: info

Author: DhiyaneshDK

Tags: file,keys,jenkins,crumb,token

id: jenkins-token
info:
name: Jenkins Token or Crumb
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/jenkins.yml
- https://www.jenkins.io/blog/2018/07/02/new-api-token-system/
- https://www.jenkins.io/doc/book/security/csrf-protection/
metadata:
verified: true
tags: file,keys,jenkins,crumb,token
file:
- extensions:
- all
extractors:
- type: regex
part: body
regex:
- '(?i)jenkins.{0,10}(?:crumb)?.{0,10}\b([0-9a-f]{32,36})\b'
# digest: 4a0a00473045022100c67b01954ecff8cd54d394d6273b3d201489f645599c67319ca3bad7b35006e802206c6b95815ed630474c3c7fdd55ce1e2024610af905f7eb4588a8cefe08d6d527: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/jenkins-token.yaml"

View on Github