nuclei-templates/http/misconfiguration/installer/oxid-eshop-installer.yaml

29 lines
554 B
YAML
Raw Normal View History

2022-11-24 12:41:49 +00:00
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:
2022-11-24 12:41:49 +00:00
- 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