Skip to content

Enablix Panel - Detect

ID: enablix-panel

Severity: info

Author: DhiyaneshDk

Tags: enablix,login,panel

Enablix panel was detected.

id: enablix-panel
info:
name: Enablix Panel - Detect
author: DhiyaneshDk
severity: info
description: |
Enablix panel was detected.
metadata:
max-request: 1
shodan-query: title:"Enablix"
tags: enablix,login,panel
http:
- method: GET
path:
- "{{BaseURL}}/login.html#/login"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Enablix</title>"
case-insensitive: true
- type: status
status:
- 200
# digest: 4b0a00483046022100a6c2103096905ff7b1239778022f729f87ab2b9643bf1d0c68894b549231a06202210083e3668dbc4dc942af1d037ebfa44bac768ee0835edef46b739d6c2058512a4b: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/enablix-panel.yaml"

View on Github