The nFTPBrute is a simple brute force utility specifically designed for the FTP protocol. Its primary purpose is to elucidate the mechanics of Brute Force attacks for both developers and end-users. The prescribed method for deploying this utility on a Linux-based system is as follows: $ python3 nFTPBrute.py [IP] [user] [wordlist]
For instance: $ python3 nFTPBrute.py 192.168.1.1 root /home/user/wordlist.txt