Create cube-105-install.yaml
parent
56d79688e0
commit
390fff8635
|
@ -0,0 +1,27 @@
|
||||||
|
id: cube-105-install
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Cube-105 Exposed Installation
|
||||||
|
author: ritikchaddha
|
||||||
|
severity: high
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
fofa-query: title="Cube-105 Setup Wizard"
|
||||||
|
tags: misconfig,cube,cube105,install
|
||||||
|
|
||||||
|
http:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/wizard/wizard.cs"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'Cube-105 Setup Wizard'
|
||||||
|
- 'initial setup'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue