29 lines
558 B
YAML
29 lines
558 B
YAML
id: oxid-eshop-installer
|
|
|
|
info:
|
|
name: Oxid EShop Installer Exposure
|
|
author: ritikchaddha
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"OXID eShop installation"
|
|
tags: misconfig,oxid,eshop,install,exposure
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/Setup/index.php/'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- 'OXID eShop installation'
|
|
- 'System Requirements'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|