Merge pull request #9930 from projectdiscovery/cubebackup-setup-installer
Create cubebackup-setup-installer.yamlpatch-3
commit
addaeae66d
|
@ -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
|
Loading…
Reference in New Issue