Add files via upload

patch-1
Dominique RIGHETTO 2023-06-13 08:48:52 +02:00 committed by GitHub
parent 336f9ed875
commit 5bacb8134d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 42 additions and 0 deletions

View File

@ -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:
- '<title>Cryptobox</title>'
- 'libcryptobox'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version[0-9%A]+v([0-9.\-a-z]+)'