Merge pull request #6007 from tess-ss/patch-67

Create confluence-dashboard.yaml
patch-1
Dhiyaneshwaran 2022-11-10 14:43:23 +05:30 committed by GitHub
commit 47e845064d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,36 @@
id: confluence-dashboard
info:
name: Confluence Dashboard Exposed
author: tess
severity: low
metadata:
verified: true
shodan-query: title:"Dashboard - Confluence"
tags: misconfig,exposure,confluence
requests:
- 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