Merge pull request #10329 from projectdiscovery/hal-management-panel
Create hal-management-panel.yamlmain
commit
8abbd19193
|
@ -0,0 +1,29 @@
|
|||
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:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/console/index.html"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "<title>HAL Management Console</title>"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue