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

38 lines
760 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.0
cwe-id: CWE-200
metadata:
verified: true
shodan-query: http.html:"ILIAS"
tags: panel,ilias
requests:
- 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
# Enhanced by md on 2023/01/03