2022-01-07 07:58:38 +00:00
|
|
|
id: sysaid-panel
|
|
|
|
|
|
|
|
info:
|
2023-01-23 22:14:23 +00:00
|
|
|
name: SysAid Login Panel - Detect
|
2022-01-07 07:58:38 +00:00
|
|
|
author: pdteam
|
|
|
|
severity: info
|
2023-01-23 22:14:23 +00:00
|
|
|
description: SysAid login panel was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cvss-score: 0.0
|
|
|
|
cwe-id: CWE-200
|
2022-01-07 07:58:38 +00:00
|
|
|
tags: panel,sysaid,helpdesk
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 2
|
2022-01-07 07:58:38 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-01-07 07:58:38 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/favicon.ico"
|
|
|
|
- "{{BaseURL}}/Login.jsp"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: or
|
|
|
|
matchers:
|
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- "status_code==200"
|
|
|
|
- "('1540720428' == mmh3(base64_py(body)))"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: dsl
|
|
|
|
dsl:
|
|
|
|
- "status_code==200"
|
|
|
|
- "contains(tolower(body), 'sysaid help desk software')"
|
2023-01-23 22:14:23 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
# Enhanced by md on 2023/01/18
|