From 5bacb8134dd93d352f6c72c80b5b860cc2a0748e Mon Sep 17 00:00:00 2001 From: Dominique RIGHETTO Date: Tue, 13 Jun 2023 08:48:52 +0200 Subject: [PATCH] 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]+)'