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
Tools/GitHubGitHub/mufti22/cve-2025-49844-redishell-vulnerability-scanner
Vulnerability ScannersVulnerability AnalysisExploitationWeb SecurityPenetration Testing
GitHubmufti22/cve-2025-49844-redishell-vulnerability-scanner

CVE-2025-49844-RediShell-Vulnerability-Scanner

Checks Redis servers for CVE-2025-49844 (RediShell) use-after-free vulnerability, performing safe verification without actual exploitation.

View Repository
110 months 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

CVE-2025-49844 (RediShell) Vulnerability Scanner

Description

A tool for checking the CVE-2025-49844 (RediShell) vulnerability in Redis. The utility performs safe checks without actually exploiting the vulnerability.

Vulnerability

CVE-2025-49844 - A Use-After-Free vulnerability in the Redis Lua interpreter that allows authenticated attackers to execute arbitrary code (RCE).

Installation

Requirements

  • Python 3.6+
  • Libraries: redis, packaging

Installing dependencies

root@kitploit:~
pip install redis packaging
Download Tool