id: snapcomms-panel info: name: SnapComms Content Manager Panel - Detect author: righettod severity: info description: | SnapComms Content Manager was detected. 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: - 'SnapComms Content Manager' - type: status status: - 200 extractors: - type: regex part: body group: 1 regex: - 'version=([0-9.]+)'