Skip to content

OfficeKeeper Admin Login Panel - Detect

ID: officekeeper-admin-login

Severity: info

Author: gy741

Tags: officekeeper,dlp,panel

OfficeKeeper admin login panel was detected.

id: officekeeper-admin-login
info:
name: OfficeKeeper Admin Login Panel - Detect
author: gy741
severity: info
description: OfficeKeeper admin 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
metadata:
verified: true
max-request: 2
shodan-query: http.favicon.hash:-800060828
tags: officekeeper,dlp,panel
http:
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/login"
stop-at-first-match: true
matchers:
- type: word
part: body
words:
- "통합PC보안이 가능한 정보유출방지 솔루션"
# digest: 490a00463044022045672f9b0f339704b681d735be133b0ca93fcfb272a40b87f65828f69477327f0220009e8bc875e20b55632aeb46637cb09d3b6775b89d4084c1c2259030393b9d9a: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/officekeeper-admin-login.yaml"

View on Github