POC详情: bcce31117af0ddd8fc6d7a8c0556b80d036b0248

来源
关联漏洞

疑似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
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。