nuclei-templates/exposed-panels/oracle-integrated-manager.yaml

33 lines
682 B
YAML
Raw Normal View History

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-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>'