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

30 lines
569 B
YAML

id: sicom-mgrng-login
info:
name: Sicom MGRNG - Administrative Login Found
author: sullo
severity: info
description: |
Sicom MGRNG administrative login page found.
classification:
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