Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 498 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 498 Bytes

VSFTPD Exploit

A script that exploits the CVE-2011-2523 vulnerability in vsftpd.

Installation

  git clone https://github.com/chleba124/vsftpd-exploit.git
  cd vsftpd-exploit
  python -m pip install -r requirements.txt
  py main.py

FAQ

Is this safe?

Yes it is and it is open source so you can read the code.

How does it work?

It connects to the vsptfd ftp server and bypasses the password.

Can i use it on linux?

No, you can only use it on Windows.