nuclei-templates/misconfiguration/confluence-dashboard.yaml

37 lines
688 B
YAML
Raw Normal View History

2022-11-09 20:20:08 +00:00
id: confluence-dashboard
info:
name: Confluence Dashboard Exposed
author: tess
severity: low
metadata:
verified: true
shodan-query: title:"Dashboard - Confluence"
2022-11-12 07:33:28 +00:00
tags: misconfig,exposure,confluence,atlassian
2022-11-09 20:20:08 +00:00
requests:
- method: GET
path:
2022-11-10 09:10:42 +00:00
- '{{BaseURL}}'
2022-11-09 20:20:08 +00:00
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
2022-11-10 09:09:27 +00:00
- 'Dashboard - Confluence'
- 'title="Spaces">'
- 'Atlassian Confluence'
2022-11-09 20:20:08 +00:00
condition: and
- type: word
part: header
words:
2022-11-10 09:09:27 +00:00
- 'text/html'
2022-11-09 20:20:08 +00:00
- type: status
status:
- 200