From 5bacb8134dd93d352f6c72c80b5b860cc2a0748e Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Tue, 13 Jun 2023 08:48:52 +0200 Subject: [PATCH 1/2] Add files via upload --- http/exposed-panels/cryptobox-panel.yaml | 42 ++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 http/exposed-panels/cryptobox-panel.yaml diff --git a/http/exposed-panels/cryptobox-panel.yaml b/http/exposed-panels/cryptobox-panel.yaml new file mode 100644 index 0000000000..60f466ced6 --- /dev/null +++ b/http/exposed-panels/cryptobox-panel.yaml @@ -0,0 +1,42 @@ +id: cryptobox-panel + +info: + name: Cryptobox Panel - Detect + author: righettod + severity: info + description: | + Cryptobox was detected. + reference: + - https://www.ercom.com/solutions/cryptobox-presentation + metadata: + max-request: 1 + verified: true + shodan-query: http.favicon.hash:164523272 + tags: panel,cryptobox,login + +http: + - method: GET + path: + - '{{BaseURL}}/' + + host-redirects: true + max-redirects: 2 + matchers-condition: and + matchers: + - type: word + part: body + words: + - 'Cryptobox' + - 'libcryptobox' + condition: and + + - type: status + status: + - 200 + + extractors: + - type: regex + part: body + group: 1 + regex: + - 'version[0-9%A]+v([0-9.\-a-z]+)' From 511e80e969d545c28ce40ab875810c157a62fed8 Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Tue, 13 Jun 2023 23:46:56 +0530 Subject: [PATCH 2/2] updated matchers --- http/exposed-panels/cryptobox-panel.yaml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/http/exposed-panels/cryptobox-panel.yaml b/http/exposed-panels/cryptobox-panel.yaml index 60f466ced6..00a7f08a4e 100644 --- a/http/exposed-panels/cryptobox-panel.yaml +++ b/http/exposed-panels/cryptobox-panel.yaml @@ -9,15 +9,14 @@ info: reference: - https://www.ercom.com/solutions/cryptobox-presentation metadata: - max-request: 1 verified: true - shodan-query: http.favicon.hash:164523272 - tags: panel,cryptobox,login + shodan-query: title:"Cryptobox" + tags: panel,cryptobox,login,detect http: - method: GET path: - - '{{BaseURL}}/' + - '{{BaseURL}}' host-redirects: true max-redirects: 2 @@ -26,9 +25,8 @@ http: - type: word part: body words: - - 'Cryptobox' - - 'libcryptobox' - condition: and + - 'Cryptobox' + case-insensitive: true - type: status status: