40 lines
939 B
YAML
40 lines
939 B
YAML
id: ilias-panel
|
|
|
|
info:
|
|
name: ILIAS Login Panel - Detect
|
|
author: arafatansari
|
|
severity: info
|
|
description: ILIAS 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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: http.html:"ILIAS"
|
|
tags: panel,ilias
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/login.php"
|
|
- "{{BaseURL}}/ilias/login.php"
|
|
|
|
stop-at-first-match: true
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Login to ILIAS'
|
|
- 'alt="ILIAS'
|
|
- 'powered by ILIAS'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100a63270d2164fa916c5e83adf11e11b55e2396f45fef41fe7c65e02cf901949ef022100fa1d501a31a804e5e552010449ca7645196b2955539f83d53681da97bdc18157:922c64590222798bb761d5b6d8e72950
|