Skip to content

Sicom MGRNG - Administrative Login Found

ID: sicom-mgrng-login

Severity: info

Author: sullo

Tags: sicom,mgrng,panel

Sicom MGRNG administrative login page found.

id: sicom-mgrng-login
info:
name: Sicom MGRNG - Administrative Login Found
author: sullo
severity: info
description: |
Sicom MGRNG administrative login page found.
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-668
metadata:
max-request: 1
tags: sicom,mgrng,panel
http:
- method: GET
path:
- "{{BaseURL}}/~sicom/mgrng/LoginForm.php"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
part: body
words:
- '<title>MGRNG Login</title>'
# digest: 4b0a00483046022100b7a22e1ad92913934abc8181f45778b41f0b3c233ec895078e5f9fdce780d9f0022100f3719a83ece3f677f54c60883c1e8a0627cd351fc6fe1b37d303421d579946e4: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/sicom-panel.yaml"

View on Github