29 lines
554 B
YAML
29 lines
554 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
|
||
|
|
||
|
http:
|
||
|
- 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
|