39 lines
704 B
YAML
39 lines
704 B
YAML
id: confluence-dashboard
|
|
|
|
info:
|
|
name: Confluence Dashboard Exposed
|
|
author: tess
|
|
severity: low
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Dashboard - Confluence"
|
|
tags: misconfig,exposure,confluence,atlassian
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'Dashboard - Confluence'
|
|
- 'title="Spaces">'
|
|
- 'Atlassian Confluence'
|
|
condition: and
|
|
|
|
- type: word
|
|
part: header
|
|
words:
|
|
- 'text/html'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|