nuclei-templates/http/exposures/tokens/jenkins/jenkins-crumb-token.yaml

25 lines
623 B
YAML
Raw Normal View History

2023-03-07 09:40:29 +00:00
id: jenkins-crumb-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:
max-request: 1
2023-03-07 09:40:29 +00:00
verified: "true"
tags: jenkins,crumb,token,exposure
http:
2023-03-07 09:40:29 +00:00
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?i)jenkins.{0,10}(?:crumb)?.{0,10}\b([0-9a-f]{32,36})\b'