Skip to content

3x1t1um/exploit_ftpd_2.3.4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

Exploit FTPd 2.3.4

To test the script I recommend you the virtual machine "metasploitable 2" available here. The script will display a reverse shell if the exploit works.

Table of contents

Examples

# Linux
$ python3 exploit.py 192.168.1.35 21
$ python3 exploit.py 192.168.1.35

# Windows
$ py exploit.py 192.168.1.35 21
$ py exploit.py 192.168.1.35

Result :

alt text

Requirements

  • socket
  • platform
  • sys
  • os

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages