-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11045 from projectdiscovery/kh4sh3i-kXQv3ZpRfPX5Z…
…sXNKVtwpU Added template for redpanda-console-detection
- Loading branch information
Showing
1 changed file
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
id: redpanda-console | ||
|
||
info: | ||
name: Redpanda Console - Exposure | ||
author: kh4sh3i | ||
severity: medium | ||
description: | | ||
Unauthorized access to the Redpanda Console could allow attackers to view or manipulate streaming data, monitor clusters, or access configuration information, leading to potential data leaks or service disruption. | ||
impact: | | ||
Exposing the Redpanda Console to the public can result in unauthorized access, leading to data leaks, misconfigurations, or even denial of service attacks on the streaming infrastructure. | ||
reference: | ||
- https://github.com/redpanda-data/console | ||
metadata: | ||
verified: true | ||
max-request: 1 | ||
shodan-query: title:"Redpanda Console" | ||
tags: misconfig,redpanda,console,streaming | ||
|
||
http: | ||
- method: GET | ||
path: | ||
- "{{BaseURL}}/overview" | ||
|
||
matchers-condition: and | ||
matchers: | ||
- type: word | ||
part: body | ||
words: | ||
- "Redpanda Console" | ||
|
||
- type: status | ||
status: | ||
- 200 |