CrackFtp is a mass FTP checker and cracker that tests login credentials and sends Telegram alerts on successful logins.
This script is a mass FTP checker and cracker, designed to test login credentials and alert on successful logins to secure domains, with Telegram notifications.
CrackFtp is designed for ethical hackers and security professionals to test the integrity of FTP credentials across multiple servers. It helps identify valid login credentials and alerts users via Telegram, enhancing incident response and authentication system security.
Ensure Python is installed before running the installation steps. Set up a Telegram bot for notifications as described in the README.
Clone the Repository: git clone https://github.com/DevJinma/CrackFtp.git
Navigate to the directory: cd CrackFtp
Install Dependencies: pip install -r requirements.txt
Download the Latest Release from the releases pagepython crackftp.py --target <ftp_server> --user <username_file> --pass <password_file>
Attempts to log in to the specified FTP server using the provided username and password files.
python crackftp.py --target ftp.example.com --user users.txt --pass passwords.txt
Example command to test login credentials on ftp.example.com using users.txt and passwords.txt.