Create openmage-install.yaml
parent
9c692fad22
commit
0bd11668f0
|
@ -0,0 +1,28 @@
|
|||
id: openmage-install
|
||||
|
||||
info:
|
||||
name: OpenMage Installation Wizard
|
||||
author: DhiyaneshDk
|
||||
severity: high
|
||||
metadata:
|
||||
verified: true
|
||||
shodan-query: title:"OpenMage Installation Wizard"
|
||||
tags: misconfig,openmage,install,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/index.php/install/"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "OpenMage Installation Wizard"
|
||||
- "Welcome to OpenMage's Installation Wizard!"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue