From e5a1ddab5ae949de7224c38a0d3bafef7b7796a6 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:14:52 +0400 Subject: [PATCH 1/2] Create canon-iradv-c3325.yaml --- .../canon/canon-iradv-c3325.yaml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 http/exposed-panels/canon/canon-iradv-c3325.yaml diff --git a/http/exposed-panels/canon/canon-iradv-c3325.yaml b/http/exposed-panels/canon/canon-iradv-c3325.yaml new file mode 100644 index 0000000000..8e8eb33144 --- /dev/null +++ b/http/exposed-panels/canon/canon-iradv-c3325.yaml @@ -0,0 +1,32 @@ +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 From c901d071b469e5aa3047940bf0a8f08a4ca8af5b Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 23 Sep 2024 16:15:58 +0400 Subject: [PATCH 2/2] lint fix --- http/exposed-panels/canon/canon-iradv-c3325.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/exposed-panels/canon/canon-iradv-c3325.yaml b/http/exposed-panels/canon/canon-iradv-c3325.yaml index 8e8eb33144..282b897d29 100644 --- a/http/exposed-panels/canon/canon-iradv-c3325.yaml +++ b/http/exposed-panels/canon/canon-iradv-c3325.yaml @@ -17,7 +17,7 @@ http: host-redirects: true max-redirects: 2 - + matchers-condition: and matchers: - type: word