34 lines
655 B
YAML
34 lines
655 B
YAML
id: locklizard-webviewer-panel
|
|
|
|
info:
|
|
name: Locklizard Web Viewer Panel
|
|
author: righettod
|
|
severity: info
|
|
reference:
|
|
- https://www.locklizard.com/pdf_security_webviewer/
|
|
metadata:
|
|
verified: true
|
|
shodan-query: html:"Locklizard Web Viewer"
|
|
tags: panel,locklizard,webviewer
|
|
|
|
requests:
|
|
- 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
|