34 lines
963 B
YAML
34 lines
963 B
YAML
id: bamboo-detect
|
|
|
|
info:
|
|
name: Bamboo - Detection
|
|
author: bhutch
|
|
severity: info
|
|
description: |
|
|
Detect the presence of Bamboo, a CI/CD tool.
|
|
metadata:
|
|
vendor: atlassian
|
|
shodan-query: http.favicon.hash:-1379982221
|
|
category: devops
|
|
verified: true
|
|
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: 4b0a00483046022100ea484a7e6760a5251a603a98e988388271f362aaf2a391c4e8ea37dbf3bbca96022100ae18a7fba0f0f05390f0f2b19c4ce97588fa7f958cbb753523d56c1a85c4e92b:922c64590222798bb761d5b6d8e72950 |