Skip to content

Canon iR-ADV C3325 Panel - Detect

ID: canon-iradv-c3325

Severity: info

Author: ritikchaddha

Tags: canon,c3325,panel,login,detect

id: canon-iradv-c3325
info:
name: Canon iR-ADV C3325 Panel - Detect
author: ritikchaddha
severity: info
metadata:
verified: true
max-request: 2
shodan-query: title:"c3325"
tags: canon,c3325,panel,login,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: response
words:
- 'iR-ADV'
- 'C3325'
condition: and
- type: status
status:
- 200
# digest: 490a004630440220475fd2b9779c83ba380a92f399b3cde5e67c57394b2c0e42fe245c4c5376d5fd02203db0c51c2ae13f2ef99a244ab63a81082d3217f6accf178e083c8a39ed45be60: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/canon/canon-iradv-c3325.yaml"

View on Github