2024-03-10 16:24:16 +00:00
|
|
|
id: atlassian-bamboo-panel
|
|
|
|
|
2024-03-23 09:28:19 +00:00
|
|
|
info:
|
|
|
|
name: Atlassian Bamboo Login Panel - Detect
|
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
Atlassian Bamboo login panel was detected.
|
|
|
|
reference:
|
|
|
|
- https://www.atlassian.com/software/bamboo
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
shodan-query: http.title:"Bamboo"
|
2024-04-08 11:34:33 +00:00
|
|
|
verified: true
|
2024-03-23 09:28:19 +00:00
|
|
|
tags: panel,bamboo,login,detect
|
|
|
|
|
2024-03-10 16:24:16 +00:00
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/userlogin!doDefault.action?os_destination=%2Fstart.action"
|
|
|
|
|
2024-03-11 06:50:44 +00:00
|
|
|
matchers-condition: and
|
2024-03-10 16:24:16 +00:00
|
|
|
matchers:
|
2024-03-11 06:50:44 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- '<title>Log in as a Bamboo user'
|
|
|
|
- 'content="Bamboo'
|
|
|
|
- 'atlassian.bamboo.plugins'
|
|
|
|
- 'Atlassian Bamboo</a>'
|
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2024-03-10 16:24:16 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2024-03-11 06:50:44 +00:00
|
|
|
- 'version\s+([0-9A-Za-z\s\.]+)\s+-'
|
|
|
|
- 'pvpVersion = "([a-z0-9.]+)";'
|
2024-03-26 08:05:26 +00:00
|
|
|
# digest: 4b0a00483046022100a964e7e553f1326fa41008524ff247a00a22f33e9f1dcebcafe996e8997d24d602210083a8c103431cac6bca37b6b353658618f0e3b3a61cf2996a975fa19b6070c6d2:922c64590222798bb761d5b6d8e72950
|