Skip to content

AnonFTP is a python script that gets an input of a given hosts names and checks if the ftp server in the given host names can be logged in with "anonymous" credentials or not

License

Notifications You must be signed in to change notification settings

ISLAM-XGAMER/AnonFTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AnonFTP

Built with Love

AnonFTP is a python script that gets an input of a given hosts names and checks if the ftp server in the given host names can be logged in with "anonymous" credentials or not

anonymous credentials in ftp

When it comes to File Transfer Protocol (FTP), anonymous credentials refer to a type of login credentials that allow users to access an FTP server without providing any personal identification information. This feature is often used in public FTP servers or anonymous FTP servers that are designed to provide public access to files.The purpose of anonymous credentials in FTP is to allow users to connect to the server and access certain files or directories without the need for individual user accounts. It is particularly useful for sharing public files, such as software updates, patches, or general information that can be freely distributed.

Screenshot (133)

The password field is often left empty or disregarded by FTP servers.

Setup

python3 -m pip install -r requirements.txt

Usage

  • Check single host ftp server
python3 AnonFTP.py -H hostname
  • Check multiple host ftp server from txt file
python3 AnonFTP.py -f path/to/txt

About

AnonFTP is a python script that gets an input of a given hosts names and checks if the ftp server in the given host names can be logged in with "anonymous" credentials or not

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages