Sploitus

Exploit for OS Command Injection in Vsftpd Project Vsftpd

githubexploit · 2023-11-28

Exploit Code

README26 lines
## https://sploitus.com/exploit?id=5F4BCEDE-77DF-5D54-851A-0AE8B76458D9
# CVE-2011-2523-poc

This is a python3 script to exploit the CVE-2011-2523, the VSFTPD 2.3.4 Backdoor Command Execution, using socket and telnetlib modules


![alt text](./ezgif-4-00a95065b7.gif)


# Requirements
```
sudo python3 -m pip install pwntools
```
# Install
```
git clone https://github.com/4m3rr0r/CVE-2011-2523-poc.git
cd CVE-2011-2523-poc/
chmod +x exploit.py
```
# Usage



```
./exploit.py -t IP -p Port
```