HAL Management Console Panel
ID: hal-management-panel
Severity: info
Author: DhiyaneshDK
Tags: panel,login,hal
Description
Section titled “Description”HAL Management Console login panel was discovered.
YAML Source
Section titled “YAML Source”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# digest: 4a0a00473045022100e1c50a0430e29c916ebac5d252c47b3dfbe68edcb388c3fe90d9dd432566f43e022011a3abae24eeeffb5ee1613d3df7ec6d59932c2050538b6fe09d062b8350d5c8:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/hal-management-panel.yaml"