Skip to content

A simple and powerful tool to brute force in ftp servers .

Notifications You must be signed in to change notification settings

bayazid-bit/FTPFIRE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FTP Brute Force Tool

A simple FTP brute force tool written in Python for educational and research purposes. This tool attempts to login to an FTP server by trying different combinations of usernames and passwords from wordlists.

Created by: MD. Bayazid
Email: [email protected]
Batch: SSC 2025


Table of Contents


Features

  • Brute Force FTP Login: Attempts to log in to an FTP server using provided username and password lists.
  • Custom Timeout: Allows you to specify a custom timeout for connection attempts.
  • Live Feedback: Displays which username and password combination is being tried in real time.
  • Logging: Outputs logs for successful, failed, or warning attempts.

Installation

  1. Clone the repository (if applicable):

    git clone https://github.com/bayazid-bit/FTPFIRE.git
    cd FTPFIRE
  2. Install the necessary dependencies (Python 3.x recommended): The script uses standard Python libraries, so no external dependencies are required. Ensure Python 3 and above is installed.

  3. Run the script: You can now run the script directly from the terminal using the following command.


Usage

Command Line Arguments:

python3 ftpfire.py <host> <port> <userWordList> <PassWordList> <timeout>

About

A simple and powerful tool to brute force in ftp servers .

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages