Create hal-management-panel.yaml
parent
a4d812c689
commit
96b190a34e
|
@ -0,0 +1,26 @@
|
|||
id: hal-management-panel
|
||||
|
||||
info:
|
||||
name: HAL Management Console Panel
|
||||
author: DhiyaneshDK
|
||||
severity: info
|
||||
description: |
|
||||
HAL Management Console login panel was discovered
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: html:"HAL Management Console"
|
||||
tags: panel,login,hal
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /console/index.html HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>HAL Management Console</title>"
|
Loading…
Reference in New Issue