Skip to content

📁 • Anonymous credential detector for the FTP protocol

License

Notifications You must be signed in to change notification settings

Gun8hoot/PyFTPAnon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyFTPAnon

Lightweight anonymous credential detector who use the build-in python3 library called ftplib. If the victim have anonymous connection settings enable, the script will list all file on the ftp root directory.

The output function is currently not available

TODO

  • [ ] Listing every files on the ftp server

INSTALLATION AND USAGES

  • You need python3 on your computer
sudo apt install python3 
  • Clone the repository from Github
git clone https://github.com/Gun8hoot/PyFTPAnon.git
  • Go to the repository
cd ./PyFTPAnon
  • Execute the script (2 possibilities)
# 1st
sudo python3 ./main.py -i/-I {IP ADDRESS} -p/-P {PORT NUMBER} -o/-O {NAME OF THE OUTPUT FILE}
# 2nd
chmod u+x ./main.py
sudo ./main.py -i/-I {IP ADDRESS} -p/-P {PORT NUMBER} -o/-O {NAME OF THE OUTPUT FILE}

About

📁 • Anonymous credential detector for the FTP protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages