Original Author: Maor Sabag
A python script to check if anonymous login is enabled or tries to bruteforce the ftp service.
pip3 install -r requirements.txt
FTP_Bot.py [-H | --host= HOST TARGET] [-p | --passwords= PASSWORD FILE] [-U | --username= USERNAME TARGET]
Learned from the book called 'Violent Python'