Skip to content
/ ftprobe Public

Check if FTP server allows anonymous logins with no overhead. (buggy)

License

Notifications You must be signed in to change notification settings

turbo/ftprobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ftprobe

Barebones command-line utility to check if anonymous can successfully login on a given FTP server. Compile with whatever and run

ftprobe 1.1.1.1
ftprobe ftp.example.com

It will print OK\n if anon is allowed and nothing if not. Use something like GNU parallel to perform mass-scans. ftprobe puts much less strain on memory, network and CPU than lftp and even ftp. A consumer CPU should handle a few hundred parallel probes with no problems.

About

Check if FTP server allows anonymous logins with no overhead. (buggy)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages