Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kissssu/ftp-exploit-vsftpd-2.3.4-backdoor

Python script for exploiting a specific vulnerability in vsFTPd 2.3.4.
https://github.com/kissssu/ftp-exploit-vsftpd-2.3.4-backdoor

exploit python3

Last synced: 20 days ago
JSON representation

Python script for exploiting a specific vulnerability in vsFTPd 2.3.4.

Awesome Lists containing this project

README

        

# FTP Exploit (vsFTPd 2.3.4 Backdoor)
This Python script exploits a backdoor vulnerability in vsFTPd 2.3.4 to gain remote access. It triggers a backdoor via FTP and connects to the shell.

## Requirements
- Python 3
- **Pwntools**: Install with ```pip install pwntools```

## Usage
1. Clone the repository or download the script.
2. Run the script with the target IP. Optionally, specify a port.
Example:
```bash
python3 ftp_exploit.py [PORT]
```
- : The IP address of the vulnerable FTP server.
- [PORT]: Optional port (default is 21).

## How It Works
- **Verify the version** of vsFTPd. Only version 2.3.4 is vulnerable.
- **Trigger the backdoor** by sending a specific FTP user and pass.
- **Connect to the backdoor** on port 6200 and interact with the shell.

## License
This project is for educational purposes only. Use it responsibly.