Update hal-management-panel.yaml
parent
96b190a34e
commit
eee2c8128d
|
@ -5,7 +5,7 @@ info:
|
|||
author: DhiyaneshDK
|
||||
severity: info
|
||||
description: |
|
||||
HAL Management Console login panel was discovered
|
||||
HAL Management Console login panel was discovered.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
|
@ -13,10 +13,9 @@ info:
|
|||
tags: panel,login,hal
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /console/index.html HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/console/index.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
@ -24,3 +23,7 @@ http:
|
|||
part: body
|
||||
words:
|
||||
- "<title>HAL Management Console</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
|
Loading…
Reference in New Issue