nuclei-templates/http/misconfiguration/installer/atlassian-bamboo-setup-wiza...

34 lines
665 B
YAML
Raw Normal View History

2023-02-10 08:08:10 +00:00
id: atlassian-bamboo-setup
2023-02-09 18:52:59 +00:00
info:
name: Atlassian Bamboo Setup Wizard
author: pussycat0x
severity: info
metadata:
max-request: 1
2023-02-09 18:52:59 +00:00
verified: true
shodan-query: title:"Bamboo setup wizard"
2023-02-10 08:08:10 +00:00
tags: misconfig,atlassian,bamboo,setup,installer
2023-02-09 18:52:59 +00:00
http:
2023-02-09 18:52:59 +00:00
- 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:
2023-02-10 08:08:10 +00:00
- 200