37 lines
808 B
YAML
37 lines
808 B
YAML
id: eshop-installer
|
|
|
|
info:
|
|
name: EShop Installer Exposure
|
|
author: DhiyaneshDk
|
|
severity: high
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4a0a00473045022100c6b0f263c2cc6f7c58ad161377ef4aabcbc936760a2e749e3fc5c0d9264ba3b402205a8ff8ac4bd74ffb293781d4233df7d1cd63433871f7721bf4ea65ae3457e279:922c64590222798bb761d5b6d8e72950
|