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

35 lines
613 B
YAML

id: eshop-installer
info:
name: EShop Installer Exposure
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
verified: true
shodan-query: html:"eShop Installer"
tags: misconfig,eshop,install,exposure
http:
- 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