Update dell-idrac.yaml

patch-1
Ritik Chaddha 2023-07-03 16:05:07 +05:30 committed by GitHub
parent 239eda46b5
commit 43f4415cdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 4 deletions

View File

@ -10,8 +10,9 @@ info:
cvss-score: 0.0
cwe-id: CWE-200
metadata:
max-request: 2
tags: panel,idrac
verified: true
shodan-query: html:"thisIDRACText"
tags: panel,idrac,dell,detect
http:
- method: GET
@ -20,11 +21,14 @@ http:
- '{{BaseURL}}/login.html'
stop-at-first-match: true
matchers:
- type: word
part: body
words:
- '<idrac-start-screen'
- 'var thisIDRACText'
- 'thisIDRACText'
condition: or
- type: status
status:
- 200