2022-12-10 10:41:14 +00:00
|
|
|
id: ilias-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ILIAS - Panel
|
|
|
|
author: arafatansari
|
|
|
|
severity: info
|
|
|
|
metadata:
|
2022-12-10 11:01:02 +00:00
|
|
|
shodan-query: http.html:"ILIAS"
|
2022-12-10 10:41:14 +00:00
|
|
|
verified: true
|
|
|
|
tags: panel,ilias
|
|
|
|
|
|
|
|
requests:
|
|
|
|
- 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
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'Login to ILIAS'
|
|
|
|
- 'User Name'
|
|
|
|
- 'Password'
|
|
|
|
- 'formlogin'
|
|
|
|
condition: and
|