GithubHelp home page GithubHelp logo

bruteforce's Introduction

SSH & FTP Brute Forcing Script (Credential Stuffing)

  • This code DOES NOT promote or encourage any illegal activities! The content in this document is provided solely for educational purposes and to create awareness!

Viwe

Untitled.design.mp4

This is a proof of concept and could be improved on in a lot of ways.

  1. To run this code use git clone https://github.com/hackone103/BruteForce
  2. Create Virtual Environment in Windows. Using command python -m venv sshbruteforcer_env
  3. Run command Linux source ./sshbruteforcer_env/bin/activate Windows .\sshbruteforcer_env\Scripts\activate
  4. Run the command pip install -r requirements.txt to install all the packages required in your virtual environment.
  5. Run python BruteForce.py this will run the program.

Description:

SSH & FTP brute-forcing tool written in python

Install

▶ git clone https://github.com/hackone103/BruteForce

cd Bruteforce
pip install -r requirements.txt
python BruteForce.py -h

Usage :

Show this help message and exit
Usage: python3 BruteForce.py -i [IP] -p [Port] -u [USERNAME] -w [WORDLIST FILE] 
                            -t [THREAD] -T [TIMEOUT] -o [OPTIONS] -oN [OUTPUT]
Basic Help Menu:
     -h,    --help      help           Show this help message and exit
     -i,    --ip        HOSTNAME       Target IP Address
     -p,    --port      PORT           Target Port Number (Default 22)
     -u,    --username  USERNAME       SSH & FTP User name (Default root)
     -w,    --worlist   WORDLIST       Wordlist File Path
     -o,    --option    OPTIONS        Enter Options for SSH & FTP (Default ssh)
     -v,    --verbose   VERBOSE        Enable verbose mode
     -t,    --threads   THREAD         No of threads (Default 9 Exaption ssh maxumum 9 thrades and 
                                       increas outpu error)
     -T,    --timeout   TIMEOUT        Request timeout (Default 5)
     -oN,   --output    OUTPUT         Output file name

Tested on ✅

Kali Linux
Ubuntu
Termux(Android)
Windows

Not Tested on ❌

Mac OS

Requirements Python

ftplib
paramiko
threading
queue
sys
socket
time
argparse

bruteforce's People

Contributors

hackexit0x0 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.