44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
id: atlassian-bamboo-panel
|
|
|
|
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:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: http.title:"Bamboo"
|
|
tags: panel,bamboo,login,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/userlogin!doDefault.action?os_destination=%2Fstart.action"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- 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
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- 'version\s+([0-9A-Za-z\s\.]+)\s+-'
|
|
- 'pvpVersion = "([a-z0-9.]+)";'
|
|
# digest: 4a0a0047304502210099727a5abbecaa5c1b8c13cd1b71c340a8175e578f6b5270cec7ff7ec7379e7c02205452bdf7af914cb3b4312f848283737ae65dafc84a0cff7a1660d038e571bc52:922c64590222798bb761d5b6d8e72950 |