Skip to content

tfwcodes/FTP-exploits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FTP-exploits

FTP-exploits is a tool which is used for Penetration Testing that can run many kinds of exploits on port 21(FTP)

Commands and Exploits

Exploits:
  #~ '-brute' - Brute Force FTP.
                The Brute Force exploit it can be runed without knowing the username and passsword, but you must have a dictionary for it.
  #~ '-ddos' - DDoS FTP.
               The DDoS exploit is sending bunch of packets very fast, so the FTP service will be inaccessible.
  #~ '-buffer-overflow' - Fuzz FTP.
                          The Buffer-Overflow exploit at first tries to send anonymous login and then it sends mailicous shellcode so you get a reverse shell.  

Requierments:

FTP-exploits only uses the modules socket and threading, so you don't need any other module to be installed

Contact

  • Discord: tfw#2946

About

FTP-Exploits is a tool made in python that contains 4 diffrent types of ftp exploits that can be used in Penetration Testing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages