nuclei-templates/exposed-panels/remote-ui-login.yaml

31 lines
637 B
YAML
Raw Normal View History

2021-03-04 20:31:27 +00:00
id: remote-ui-login
info:
name: Canon Remote UI Login Panel - Detect
2021-03-04 20:31:27 +00:00
author: dhiyaneshDK
severity: info
description: Canon Remote UI login panel was detected.
reference:
- https://www.exploit-db.com/ghdb/6815
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-200
tags: panel,edb
2021-03-04 20:31:27 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/login.html'
matchers-condition: and
matchers:
- type: word
words:
- '<th>System Manager ID:</th>'
- type: status
status:
- 200
# Enhanced by md on 2022/12/07