Monday, April 22, 2019

Dictionary Attack Against FTP Server with FTPBruter

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

1. If you are running Debian or Kali make sure Python 3 is installed. If not use this command: apt-get install python3


2. After you are done with installing Python 3, type in the following command:

git clone https://github.com/GitHackTools/FTPBruter


cd FTPBruter


chmod +x ftpbruter.py - This command is only necessary if you are not running Kali

python3 ftpbruter.py

3. If everything was done successfully, you will see a screen like below. From here all just follow the on screen instruction to start the attack.


0 comments:

Post a Comment