nuclei-templates/exposed-panels/sicom-panel.yaml

31 lines
632 B
YAML
Raw Normal View History

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
cvss-score: 0.0
cwe-id: CWE-668
tags: sicom,mgrng,panel
requests:
- 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>'
# Enhanced by cs on 2022/07/22