Create atlassian-bamboo-build.yaml

patch-1
Dhiyaneshwaran 2022-09-29 19:52:23 +05:30 committed by GitHub
parent cc11df1ede
commit e712ffb37a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: atlassian-bamboo-build
info:
name: Atlassian Bamboo Build Dashboard Exposure
author: DhiyaneshDK
severity: low
metadata:
verified: true
shodan-query: title:"Build Dashboard - Atlassian Bamboo"
tags: atlassian,bamboo,misconfig
requests:
- 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