Share
## https://sploitus.com/exploit?id=A7BB51C8-54C9-56B7-952F-05A30EF0E3F0
# ๐Ÿš€ 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`:

```bash
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:

```bash
python exploit.py -u http://example.com
```

### Batch Mode

Scan multiple URLs from a file:

```bash
python exploit.py -f urls.txt -t 50 -o results.txt
```

## ๐ŸŒ Dork

Use the following ZoomEye dork to find potentially vulnerable devices:

```text
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.