疑似Oday
# CVE-2024-415770-SSRF-RCE
## Description
This script is designed to interact with the teamserver. Update the script with your teamserver URL. It performs several steps to register an agent, open a socket, and inject an SSH key into the target's authorized keys.
## Prerequisites
- Python 3.x
- Required Python packages:
- `requests`
- `urllib3`
- `pycryptodome`
## Installation
1. Install the required Python packages:
```sh
python3 -m venv myenv
source myenv/bin/activate
pip install requests urllib3 pycryptodome
```
2. Clone the repository:
```sh
git clone https://github.com/muhmad-umair/CVE-2024-415770-ssrf-rce.git
cd CVE-2024-415770-ssrf-rce
3. Run the script:
```sh
python exploit.py
```
4. login to ssh:
```sh
ssh -i key user@ip
```
[4.0K] /data/pocs/bcce31117af0ddd8fc6d7a8c0556b80d036b0248
├── [ 10K] exploit.py
└── [ 801] README.md
0 directories, 2 files