34 lines
665 B
YAML
34 lines
665 B
YAML
id: atlassian-bamboo-setup
|
|
|
|
info:
|
|
name: Atlassian Bamboo Setup Wizard
|
|
author: pussycat0x
|
|
severity: info
|
|
metadata:
|
|
max-request: 1
|
|
verified: true
|
|
shodan-query: title:"Bamboo setup wizard"
|
|
tags: misconfig,atlassian,bamboo,setup,installer
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/setup/setupLicense.action"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Bamboo setup wizard - Atlassian Bamboo"
|
|
- "Bamboo evaluation license"
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- "text/html"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|