nuclei-templates/exposed-panels/sysaid-panel.yaml

37 lines
793 B
YAML

id: sysaid-panel
info:
name: SysAid Login Panel - Detect
author: pdteam
severity: info
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
tags: panel,sysaid,helpdesk
requests:
- 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')"
condition: and
# Enhanced by md on 2023/01/18