Skip to content

Kerio Controle Panel - Detect

ID: kerion-control-panel

Severity: info

Author: johnk3r

Tags: panel,kerio,login

Protect your network from viruses, malware and malicious activity with GFI KerioControl, the easy-to-administer yet powerful all-in-one security solution.

id: kerion-control-panel
info:
name: Kerio Controle Panel - Detect
author: johnk3r
severity: info
description: |
Protect your network from viruses, malware and malicious activity with GFI KerioControl, the easy-to-administer yet powerful all-in-one security solution.
reference:
- https://gfi.ai/products-and-solutions/network-security-solutions/keriocontrol
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-631002664
tags: panel,kerio,login
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: regex
part: header
regex:
- "Kerio Control Embedded Web Server"
- type: status
status:
- 302
extractors:
- type: kval
part: header
kval:
- Server
# digest: 4a0a0047304502205f535a4432d13b59ff064c421c822b34f9c5abc7a1378b858d2a88c9bf0b5f0f022100d0620383b98bb3f5527be2a82a85e9ccb3398cc8d9585f0d514373ffc236bebf: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/kerion-control-panel.yaml"

View on Github