2021-09-11 15:50:57 +00:00
|
|
|
id: oracle-integrated-manager
|
|
|
|
|
|
|
|
info:
|
2022-12-02 21:24:17 +00:00
|
|
|
name: Oracle Integrated Lights Out Manager Login Panel - Detect
|
2021-09-11 15:50:57 +00:00
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: info
|
2022-12-02 21:24:17 +00:00
|
|
|
description: Oracle Integrated Lights Out Manager 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-07-04 08:46:15 +00:00
|
|
|
metadata:
|
|
|
|
shodan-query: http.title:"Oracle(R) Integrated Lights Out Manager"
|
2021-09-12 16:45:54 +00:00
|
|
|
tags: oracle,login,panel
|
2021-09-11 15:50:57 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/iPages/i_login.asp'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- '<title>Oracle(R) Integrated Lights Out Manager - Login</title>'
|
2021-09-12 16:45:21 +00:00
|
|
|
part: body
|
2021-09-11 15:50:57 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2021-09-12 16:49:01 +00:00
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- 'id="hostname">([a-z0-9-]+)<\/span><\/td>'
|
2022-12-02 21:24:17 +00:00
|
|
|
|
|
|
|
# Enhanced by md on 2022/12/02
|