Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
redash-vulnerable — A Dockerized Redash instance that is vulnerable to CVE-2021-21239 | Kitploit
Tools/GitHubGitHub/grantbirki/redash-vulnerable
Container SecurityVulnerability AnalysisWeb SecurityAuthenticationLearning & EducationLabs & PracticeArchived
GitHubgrantbirki/redash-vulnerable

redash-vulnerable

A Dockerized Redash instance that is vulnerable to CVE-2021-21239

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

redash-vulnerable 🐛

A Dockerized Redash instance that is vulnerable to CVE-2021-21239 as written about by Calif.

Usage 💻

Starting the server (preserving data)

root@kitploit:~
script/server

This will start the Redash server using Docker Compose in detached mode, preserving any existing data. The server will be available at http://localhost:8080.

Starting fresh (destroying all data)

root@kitploit:~
script/server --destroy

This will destroy all existing containers, volumes, and data directories, then rebuild everything from scratch. Use this when you want to start completely fresh.

Note: The --destroy flag will permanently delete all your Redash data, including dashboards, queries, users, and database content.

Download Tool