Skip to content

ILIAS Login Panel - Detect

ID: ilias-panel

Severity: info

Author: arafatansari

Tags: panel,ilias

ILIAS login panel was detected.

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
cwe-id: CWE-200
cpe: cpe:2.3:a:ilias:ilias:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 2
vendor: ilias
product: ilias
shodan-query:
- http.html:"ILIAS"
- http.html:"ilias"
fofa-query: body="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: 4b0a0048304602210088dd028fe923fbbd5546b6550ac143272e1447d2a369dad84b5e5ddd64067071022100c511d8aedf824ace6b2fc5a9d7ab3a459c13db094c21debc7553b988e35bc676:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/ilias-panel.yaml"

View on Github