At its core, an FTP password wordlist is a text file containing a collection of potential passwords. These lists range from a few dozen entries to billions of lines. They are used in conjunction with software designed to automate the process of logging into an FTP server.
Configure your FTP server (e.g., vsftpd, ProFTPD) to lock out an IP or user after 5-10 failed attempts. ftp password wordlist
hydra -L usernames.txt -P ftp_passwords.txt ftp://192.168.1.100 At its core, an FTP password wordlist is