Skip to content

RemKon Device Manager Login Panel - Detect

ID: remkon-manager-panel

Severity: info

Author: pikpikcu,daffainfo

Tags: panel,remkon,login

RemKon Device Manager login panel was detected.

id: remkon-manager-panel
info:
name: RemKon Device Manager Login Panel - Detect
author: pikpikcu,daffainfo
severity: info
description: RemKon Device Manager login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:nascent:remkon_device_manager:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Remkon Device Manager"
product: remkon_device_manager
vendor: nascent
tags: panel,remkon,login
http:
- method: GET
path:
- '{{BaseURL}}/login.php'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- "<title>Remkon Device Manager</title>"
# digest: 4a0a004730450221008a38d33ce17647bcf59d29252a269580f6b3c95a79cb691157f88e58b2d0d89b02204d4735bdfa355ded3605fda4d994b7e42538745634f79ead979771edfef33030:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/remkon-manager-panel.yaml"

View on Github