Add snapcomms tpl

patch-1
Dominique RIGHETTO 2023-09-03 17:44:32 +02:00 committed by GitHub
parent 3dabb68cd2
commit 221a8f2cdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,39 @@
id: snapcomms-panel
info:
name: SnapComms Panel - Detect
author: righettod
severity: info
description: |
SnapComms was detected.
reference:
- https://www.snapcomms.com/
metadata:
max-request: 1
shodan-query: title:"Cryptobox"
verified: true
tags: panel,snapcomms,login,detect
http:
- method: GET
path:
- '{{BaseURL}}/Manager/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- ' <title>SnapComms Content Manager</title>'
case-insensitive: true
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'version=([0-9.]+)'