Klog Server Panel - Detect
ID: klog-server-panel
Severity: info
Author: s4e-io
Tags: panel,login,klog-server,detect
Description
Section titled “Description”Klog Server panel was discovered.
YAML Source
Section titled “YAML Source”id: klog-server-panel
info: name: Klog Server Panel - Detect author: s4e-io severity: info description: | Klog Server panel was discovered. reference: - https://www.klogserver.com/ metadata: max-request: 1 vendor: klogserver product: klog_server tags: panel,login,klog-server,detect
http: - method: GET path: - "{{BaseURL}}/login.php"
matchers: - type: dsl dsl: - 'contains(body, "<title>KLog Server")' - 'status_code == 200' condition: and# digest: 4a0a00473045022100df0072aea2ef746a2907705e6f91e8ea318e6428e15535c18d472e6233a6cd82022030e3a13483d53474e2d2ec327e362e36794b66892be3dd6f88fa9a811d51950c: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/klog-server-panel.yaml"