Skip to content

LiveZilla Login Panel - Detect

ID: livezilla-login-panel

Severity: info

Author: __Fazal

Tags: panel,livezilla,login

LiveZilla login panel was detected.

id: livezilla-login-panel
info:
name: LiveZilla Login Panel - Detect
author: __Fazal
severity: info
description: LiveZilla login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:livezilla:livezilla:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: livezilla
product: livezilla
shodan-query: http.html:livezilla
fofa-query: body=livezilla
tags: panel,livezilla,login
http:
- method: GET
path:
- '{{BaseURL}}/mobile/index.php'
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- 'LiveZilla'
# digest: 4b0a00483046022100dc8911638df046ae3bc7e90e442a31c82d9a67cd5f2594f2b4c1bfc9a1748dda022100815d08fc49a2532f00c433f6c520a4b3c65e1366d3a83ea6767f3a63e9302c0a: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/livezilla-login-panel.yaml"

View on Github