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

34 lines
598 B
YAML
Raw Normal View History

2022-10-26 21:16:38 +00:00
id: eshop-installer
info:
name: EShop Installer Exposure
2022-10-26 21:16:38 +00:00
author: DhiyaneshDk
severity: high
metadata:
verified: true
shodan-query: html:"eShop Installer"
tags: misconfig,eshop,install,exposure
requests:
- method: GET
path:
- '{{BaseURL}}/install/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'eShop Installer'
- 'Welcome to Installer'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200