Create cubebackup-setup-installer.yaml

patch-3
Dhiyaneshwaran 2024-05-29 17:42:07 +05:30 committed by GitHub
parent 7995528b41
commit 53031f2ab2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: cubebackup-setup-installer
info:
name: CubeBackup Setup Page - Exposure
author: DhiyaneshDK
severity: high
description: |
Detects exposed CubeBackup Setup page.
reference:
- https://www.cubebackup.com/
metadata:
verified: true
max-request: 1
fofa-query: body="CubeBackup setup"
tags: misconfig,install,exposure,cubebackup
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "CubeBackup setup"
- type: status
status:
- 200