35 lines
978 B
YAML
35 lines
978 B
YAML
id: bamboo-detect
|
|
|
|
info:
|
|
name: Bamboo - Detection
|
|
author: bhutch
|
|
severity: info
|
|
description: |
|
|
Detect the presence of Bamboo, a CI/CD tool.
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: atlassian
|
|
shodan-query: http.favicon.hash:-1379982221
|
|
category: devops
|
|
tags: tech,bamboo,atlassian,detect,cicd
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
redirects: true
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- contains(to_lower(body), "<title>log into atlassian - atlassian bamboo</title>")
|
|
- contains(to_lower(body), "meta name=\"application-name\" content=\"bamboo\" />")
|
|
|
|
extractors:
|
|
- type: regex
|
|
name: version
|
|
group: 1
|
|
regex:
|
|
- '(?i)atlassian bamboo</a> version (.*) -'
|
|
# digest: 490a00463044022054fee6be26df8b05fe917fc020a1087009848dc48a25b2df27954e6f1d71ac4802205b3267d31138e786117de003787658c20c23a8956efe95880a085e183df4ab62:922c64590222798bb761d5b6d8e72950 |