37 lines
851 B
YAML
37 lines
851 B
YAML
id: atlassian-bamboo-build
|
|
|
|
info:
|
|
name: Atlassian Bamboo Build Dashboard
|
|
author: DhiyaneshDK
|
|
severity: unknown
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Build Dashboard - Atlassian Bamboo"
|
|
tags: misconfig,atlassian,bamboo
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/allPlans.action"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "<th>Project</th>"
|
|
- "<th>Plan</th>"
|
|
- "<th>Build</th>"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502200efd94247b76255574cc32b50365f1821d561bf7b226cc1430091fcf6ba61770022100cbc16a88c5a70b05497ec2551205be3cf455ed23a7cf4d0a083226d1c34e8857:922c64590222798bb761d5b6d8e72950
|