2021-09-11 15:50:57 +00:00
|
|
|
id: oracle-integrated-manager
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Oracle(R) Integrated Lights Out Manager
|
|
|
|
author: dhiyaneshDk
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://www.shodan.io/search?query=http.title%3A%22Oracle%28R%29+Integrated+Lights+Out+Manager%22&page=2
|
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>'
|