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
CVE-2024-29269-RCE | Kitploit
Tools/GitHubGitHub/hack-with-rohit/cve-2024-29269-rce
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlRed Teaming
GitHubhack-with-rohit/cve-2024-29269-rce

CVE-2024-29269-RCE

View Repository
521 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

🚀 CVE-2024-29269 Exploit

This repository contains an exploit for the CVE-2024-29269 vulnerability, which allows unauthenticated OS command execution on TLR-2005KSH routers. This exploit leverages the vulnerability to execute arbitrary commands on the affected routers.

✨ Features

  • 🔄 Interactive mode to execute commands interactively on a single URL.
  • 📂 Batch mode to scan multiple URLs from a file.
  • 📝 Output results to a file.
  • 📊 Progress bar to track the progress of batch scanning.

📦 Installation

Install Requirements

Clone the repository and install the required packages using pip:

root@kitploit:~
git clone https://github.com/hack-with-rohit/CVE-2024-29269-RCE
cd CVE-2024-29269-RCE
pip install -r requirements.txt

🔍 Usage

Interactive Mode

Execute commands interactively on a single URL:

root@kitploit:~
python exploit.py -u http://example.com

Batch Mode

Scan multiple URLs from a file:

root@kitploit:~
python exploit.py -f urls.txt -t 50 -o results.txt

🌐 Dork

Use the following ZoomEye dork to find potentially vulnerable devices:

root@kitploit:~
title:"Login to TLR-2005KSH"

⚠️ Disclaimer

This tool is intended for educational purposes only. Use it at your own risk and only on systems you have permission to test. Unauthorized access to computer systems is illegal.

Download Tool