33 lines
650 B
YAML
33 lines
650 B
YAML
|
id: atlassian-bamboo-setup
|
||
|
|
||
|
info:
|
||
|
name: Atlassian Bamboo Setup Wizard
|
||
|
author: pussycat0x
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"Bamboo setup wizard"
|
||
|
tags: misconfig,atlassian,bamboo,setup,installer
|
||
|
|
||
|
requests:
|
||
|
- 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
|