44 lines
1.0 KiB
YAML
44 lines
1.0 KiB
YAML
id: nopcommerce-installer
|
|
|
|
info:
|
|
name: nopCommerce Installer - Detect
|
|
author: DhiyaneshDk
|
|
severity: critical
|
|
description: nopCommerce installer panel was detected.
|
|
reference:
|
|
- https://www.nopcommerce.com/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:H
|
|
cvss-score: 9.4
|
|
cwe-id: CWE-284
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"nopCommerce Installation"
|
|
tags: misconfig,nopcommerce,install
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a0047304502203dd759c841f8f3613960ef1df385975e43db450d734055b8253f504c64af44f9022100d08a735bd672316e366ba1474ffa49379bfd8e150f034a16389d98e0d46dc285:922c64590222798bb761d5b6d8e72950
|