Brute force script with python for ftp servers.
Original author : https://github.com/arjnklc/FTP-Brute-Forcer
- works with both python2 and python3
- takes target hosts from file
- checks if server is allowing connection on port 21 before attacking
- writes the output to a markdown friendly file
- doesn't bruteforce hosts that has anonymous login enabled
>> python3 ftpBrute.py
Usage: ./ftpBrute.py [options]
Options: -t, --target <hostname/ip> | Target
-tfile, --targetfile <filename> | target list
-w, --wordlist <filename> | Wordlist
-h, --help <help> | print help
Example: ./ftpBrute.py -t 192.168.1.1 -w wordlist.txt
For any queiries/feedback you can contact me