nuclei-templates/http/exposures/tokens/codeclimate/codeclimate-token.yaml

24 lines
533 B
YAML
Raw Normal View History

2023-03-07 09:40:29 +00:00
id: codeclimate-token
info:
name: CodeClimate Token
author: DhiyaneshDK
severity: info
reference:
- https://github.com/praetorian-inc/noseyparker/blob/main/data/default/rules/codeclimate.yml
- https://github.com/codeclimate/ruby-test-reporter/issues/34
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-03-07 09:40:29 +00:00
tags: codeclimate,token,exposure
http:
2023-03-07 09:40:29 +00:00
- method: GET
path:
- "{{BaseURL}}"
extractors:
- type: regex
part: body
regex:
- '(?i)codeclima.{0,50}\b([a-f0-9]{64})\b'