Skip to content

Oracle Integrated Lights Out Manager Login Panel - Detect

ID: oracle-integrated-manager

Severity: info

Author: dhiyaneshDk

Tags: oracle,login,panel

Oracle Integrated Lights Out Manager login panel was detected.

id: oracle-integrated-manager
info:
name: Oracle Integrated Lights Out Manager Login Panel - Detect
author: dhiyaneshDk
severity: info
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
cwe-id: CWE-200
cpe: cpe:2.3:o:oracle:integrated_lights_out_manager_firmware:*:*:*:*:*:*:*:*
metadata:
max-request: 1
shodan-query: http.title:"Oracle(R) Integrated Lights Out Manager"
product: integrated_lights_out_manager_firmware
vendor: oracle
tags: oracle,login,panel
http:
- method: GET
path:
- '{{BaseURL}}/iPages/i_login.asp'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Oracle(R) Integrated Lights Out Manager - Login</title>'
part: body
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'id="hostname">([a-z0-9-]+)<\/span><\/td>'
# digest: 490a00463044022035a15c678dd8890475e233b38bb127dce1c899e0c7005d876f7c74ee473d8c1102202493636877dd014b5c49bc444e9a7f276dd72d0ed3b897201fee30cdf0288982: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/oracle-integrated-manager.yaml"

View on Github