Skip to content

Progress Kemp LoadMaster Panel - Detect

ID: kemp-loadmaster-panel

Severity: info

Author: rxerium

Tags: login,progress,kemp,loadmaster,panel,detect

A Progress Kemp LoadMaster panel was detected.

id: kemp-loadmaster-panel
info:
name: Progress Kemp LoadMaster Panel - Detect
author: rxerium
severity: info
description: |
A Progress Kemp LoadMaster panel was detected.
reference:
- https://kemptechnologies.com/
metadata:
verified: true
max-request: 1
shodan-query: html:"Kemp Login Screen"
tags: login,progress,kemp,loadmaster,panel,detect
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Kemp Login Screen</title>"
- type: status
status:
- 200
# digest: 4b0a004830460221009c546e77b21fb42f8186a3bf10d0330e1e72909a4697a4a3822dc6d929eb66d3022100ed97d7f55f7d6d0028cf612ca3e17eab428c3bf467a0ac11d5ae70dbd4e63cb7: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/kemp-loadmaster-panel.yaml"

View on Github