Merge pull request #9930 from projectdiscovery/cubebackup-setup-installer

Create cubebackup-setup-installer.yaml
patch-3
Ritik Chaddha 2024-05-30 18:39:54 +05:30 committed by GitHub
commit addaeae66d
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