Skip to content

Cryptobox Panel - Detect

ID: cryptobox-panel

Severity: info

Author: righettod

Tags: panel,cryptobox,login,detect

Cryptobox was detected.

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:
verified: true
max-request: 1
shodan-query: title:"Cryptobox"
tags: panel,cryptobox,login,detect
http:
- method: GET
path:
- '{{BaseURL}}'
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Cryptobox</title>'
case-insensitive: true
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version[0-9%A]+v([0-9.\-a-z]+)'
# digest: 490a00463044022052e572de05b2ff3884f6197210147c663ccdaea69cd10c666143b38f6897e11d02203d63b50a7f509d7356899b4c481a0c9aae089460c3122c4d0e39a97c3741c9ed: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/cryptobox-panel.yaml"

View on Github