Locklizard Web Viewer Login Panel - Detect
ID: locklizard-webviewer-panel
Severity: info
Author: righettod
Tags: panel,locklizard,webviewer
Description
Section titled “Description”Locklizard Web Viewer login panel was detected.
YAML Source
Section titled “YAML Source”id: locklizard-webviewer-panel
info: name: Locklizard Web Viewer Login Panel - Detect author: righettod severity: info description: Locklizard Web Viewer login panel was detected. reference: - https://www.locklizard.com/pdf_security_webviewer/ 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 metadata: verified: true max-request: 1 shodan-query: html:"Locklizard Web Viewer" tags: panel,locklizard,webviewer
http: - method: GET path: - "{{BaseURL}}"
host-redirects: true max-redirects: 2
matchers-condition: and matchers: - type: word part: body words: - 'Locklizard Web Viewer' - 'Did you remember your password?' condition: and
- type: status status: - 200# digest: 4b0a0048304602210083e14dabeaffb23b749c3b3d4c493e95fee74382d3b1644299863df3e8a335360221008a20e3ee2f1399831f78d70fd19a42b2ebe94d4f3d97a05fb5f8453f6295eb2c: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/locklizard-webviewer-panel.yaml"