nuclei-templates/http/exposed-panels/dell-idrac.yaml

35 lines
701 B
YAML
Raw Normal View History

2023-06-21 06:07:33 +00:00
id: dell-idrac
info:
name: Dell IDRAC Panel - Detect
author: kazet
severity: info
description: Dell IDRAC 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
metadata:
2023-07-03 10:35:07 +00:00
verified: true
shodan-query: html:"thisIDRACText"
tags: panel,idrac,dell,detect
2023-06-21 06:07:33 +00:00
http:
- method: GET
path:
- '{{BaseURL}}/restgui/start.html'
- '{{BaseURL}}/login.html'
stop-at-first-match: true
matchers:
- type: word
part: body
words:
- '<idrac-start-screen'
2023-07-03 10:35:07 +00:00
- 'thisIDRACText'
2023-06-21 06:07:33 +00:00
condition: or
2023-07-03 10:35:07 +00:00
- type: status
status:
- 200