Skip to content

Canon R-ADV C3325 - Default-Login

ID: canon-c3325-default-login

Severity: high

Author: ritikchaddha

Tags: canon,c3325,default-login,misconfig

id: canon-c3325-default-login
info:
name: Canon R-ADV C3325 - Default-Login
author: ritikchaddha
severity: high
reference:
- https://oip.manual.canon/USRMA-0618-zz-CS-enLN/contents/1T0002902253.html#:~:text=The%20default%20user%20name%20for,in%20order%20to%20increase%20security.
metadata:
verified: true
max-request: 1
shodan-query: title:"c3325"
tags: canon,c3325,default-login,misconfig
variables:
username: "Administrator"
password: "7654321"
http:
- raw:
- |
POST /login HTTP/1.1
Host: {{Hostname}}
Content-Type: application/x-www-form-urlencoded
uri=%2F&user_type_generic=true&deptid={{username}}&password={{password}}
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "writeln('Log Out"
- "Remote UI : Portal"
condition: and
- type: status
status:
- 200
# digest: 490a00463044022066c538ca6c6a1c796e4686aaf6654dea37f29c1341faf75bd5a93d9a5ee55136022006ad8dc07392c7b168dd4067416ba86ae43c7eb76b26b05fd138d7eb456367d9: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/default-logins/canon/canon-c3325-default-login.yaml"

View on Github