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

37 lines
743 B
YAML
Raw Normal View History

2022-12-10 10:41:14 +00:00
id: ilias-panel
info:
name: ILIAS Login Panel - Detect
2022-12-10 10:41:14 +00:00
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
2022-12-10 10:41:14 +00:00
metadata:
max-request: 2
2022-12-10 10:41:14 +00:00
verified: true
2022-12-12 17:36:14 +00:00
shodan-query: http.html:"ILIAS"
2022-12-10 10:41:14 +00:00
tags: panel,ilias
http:
2022-12-10 10:41:14 +00:00
- method: GET
path:
2022-12-10 11:01:02 +00:00
- "{{BaseURL}}/login.php"
- "{{BaseURL}}/ilias/login.php"
2022-12-10 10:41:14 +00:00
2022-12-12 17:36:14 +00:00
stop-at-first-match: true
2022-12-18 07:33:50 +00:00
matchers-condition: and
2022-12-10 10:41:14 +00:00
matchers:
- type: word
words:
- 'Login to ILIAS'
2022-12-12 17:36:14 +00:00
- 'alt="ILIAS'
- 'powered by ILIAS'
2022-12-12 18:20:27 +00:00
condition: or
2022-12-12 17:36:14 +00:00
- type: status
status:
- 200