nuclei-templates/misconfiguration/atlassian-bamboo-build.yaml

34 lines
641 B
YAML
Raw Normal View History

2022-09-29 14:22:23 +00:00
id: atlassian-bamboo-build
info:
2022-09-30 14:57:02 +00:00
name: Atlassian Bamboo Build Dashboard
2022-09-29 14:22:23 +00:00
author: DhiyaneshDK
2022-09-30 14:57:20 +00:00
severity: unknown
2022-09-29 14:22:23 +00:00
metadata:
verified: true
shodan-query: title:"Build Dashboard - Atlassian Bamboo"
2022-09-30 14:57:02 +00:00
tags: misconfig,atlassian,bamboo
2022-09-29 14:22:23 +00:00
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