Skip to content

Huly Login Panel - Detect

ID: huly-panel

Severity: info

Author: righettod

Tags: panel,huly,login

Huly products was detected.

id: huly-panel
info:
name: Huly Login Panel - Detect
author: righettod
severity: info
description: |
Huly products was detected.
reference:
- https://huly.io/
metadata:
max-request: 1
verified: true
shodan-query: http.html:"Huly"
tags: panel,huly,login
http:
- method: GET
path:
- "{{BaseURL}}/login%3Acomponent%3ALoginApp"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "<title>huly</title>")'
condition: and
# digest: 4a0a00473045022100bc9689c9d553091c75213d436693f50396df5fa2a2e260bbe28c3281098d3a4e02207680d3cffff76db1c3512610827635db472ed2a4c22d0979d6464d88ff2d4616:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/huly-panel.yaml"

View on Github