Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kissssu/ftp-exploit-vsftpd-2.3.4-backdoor
- Owner: kissssu
- Created: 2024-12-29T07:53:49.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2024-12-29T10:11:20.000Z (28 days ago)
- Last Synced: 2024-12-29T11:18:46.884Z (28 days ago)
- Topics: exploit, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.