Merge pull request #10329 from projectdiscovery/hal-management-panel

Create hal-management-panel.yaml
main
pussycat0x 2024-07-22 13:15:49 +05:30 committed by GitHub
commit 8abbd19193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 29 additions and 0 deletions

View File

@ -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