2022-10-25 02:40:34 +00:00
|
|
|
id: nopcommerce-installer
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: nopCommerce Installer Exposure
|
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: high
|
|
|
|
metadata:
|
|
|
|
verified: true
|
|
|
|
shodan-query: html:"nopCommerce Installation"
|
2022-10-28 19:24:57 +00:00
|
|
|
tags: misconfig,nopcommerce,install
|
2022-10-25 02:40:34 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/install'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- 'nopCommerce installation'
|
|
|
|
- 'Store information'
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "text/html"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|