Skip to content

Kettle Panel - Detect

ID: kettle-panel

Severity: info

Author: For3stCo1d

Tags: panel,kettle

Kettle panel was detected.

id: kettle-panel
info:
name: Kettle Panel - Detect
author: For3stCo1d
severity: info
description: Kettle 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: 1
shodan-query: basic realm="Kettle"
tags: panel,kettle
http:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
part: header
words:
- 'basic realm="Kettle"'
# digest: 490a0046304402203945a63d15b37bcb921e5907f62ded69e2aec691cbf1fd26401999ae1d0917d00220086cf4f74203bf9371d5ab7fda9cf428687eebbd1a0c736518e7ae83870c74d4: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/kettle-panel.yaml"

View on Github