2023-09-04 03:16:58 +00:00
|
|
|
id: snapcomms-panel
|
2023-09-03 15:44:32 +00:00
|
|
|
|
|
|
|
info:
|
2023-09-03 15:49:53 +00:00
|
|
|
name: SnapComms Content Manager Panel - Detect
|
2023-09-03 15:44:32 +00:00
|
|
|
author: righettod
|
|
|
|
severity: info
|
|
|
|
description: |
|
2023-09-03 15:49:53 +00:00
|
|
|
SnapComms Content Manager was detected.
|
2023-09-03 15:44:32 +00:00
|
|
|
reference:
|
|
|
|
- https://www.snapcomms.com/
|
|
|
|
metadata:
|
|
|
|
max-request: 1
|
|
|
|
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>'
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2023-09-03 15:49:53 +00:00
|
|
|
- 'version=([0-9.]+)'
|