Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PyFTPAnon

Lightweight anonymous credential detector who use the build-in python3 ftp library called ftplib. If the remote host have anonymous connection settings enable (disable by default in most recent ftp server software like vsftpd or proftpd), the script will list all file on the ftp root directory.

I had the idea of creating this script during a TryHackMe ctf because writing the anonymous credential take to much time (and I can't write anything without making mistakes). So I've created this script during the 2024 summer to gain some time.

INSTALLATION AND USAGES

  • First you will 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

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages