FTPBruter – A FTP Server Brute forcing tool written in Python 3

From githacktools.blogspot.com

Run FTPBruter 1.0 on Manjaro KDE

About FTPBruter 1.0
   FTPBruter is a brute forcing tool for FTP server. FTPBruter can work on any OS if they have and support Python 3.

Feature of FTPBruter: Brute force a FTP server with a username or a list of usernames (That’s all).

Install and Run FTPBruter on Linux
You have to install Python 3 first:
    * Install Python 3 on Arch Linux and its distros: sudo pacman -S python3
    * Install Python 3 on Debian and its distros: sudo apt install python3

After that, open Terminal and enter these commands:
git clone https://github.com/GitHackTools/FTPBruter
cd FTPBruter
python3 ftpbruter.py

Read more…