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:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2023-09-03 15:44:32 +00:00
|
|
|
tags: panel,snapcomms,login,detect
|
|
|
|
|
|
|
|
http:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/Manager/'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2023-09-05 12:12:19 +00:00
|
|
|
- '<title>SnapComms Content Manager</title>'
|
2023-09-03 15:44:32 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
2023-09-03 15:49:53 +00:00
|
|
|
- 'version=([0-9.]+)'
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 4a0a00473045022100c7a3c31e2d04d665568e8bef60db226756deb712c7e011f891428bd6d823cdec022061d1aa5958379b5d895f99553574a9cedccaabf304d18dd64390f1e2df6d3feb:922c64590222798bb761d5b6d8e72950
|