Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.89 KB

README.md

File metadata and controls

42 lines (29 loc) · 2.89 KB

ez-brute

easy password cracker and bruteforcer for you router, formally easyboxes

 ██████████ ███████████            ███████████  ███████████   █████  █████ ███████████ ██████████                   
░░███░░░░░█░█░░░░░░███            ░░███░░░░░███░░███░░░░░███ ░░███  ░░███ ░█░░░███░░░█░░███░░░░░█                   
 ░███  █ ░ ░     ███░              ░███    ░███ ░███    ░███  ░███   ░███ ░   ░███  ░  ░███  █ ░                    
 ░██████        ███     ██████████ ░██████████  ░██████████   ░███   ░███     ░███     ░██████                      
 ░███░░█       ███     ░░░░░░░░░░  ░███░░░░░███ ░███░░░░░███  ░███   ░███     ░███     ░███░░█                      
 ░███ ░   █  ████     █            ░███    ░███ ░███    ░███  ░███   ░███     ░███     ░███ ░   █                   
 ██████████ ███████████            ███████████  █████   █████ ░░████████      █████    ██████████                   
░░░░░░░░░░ ░░░░░░░░░░░            ░░░░░░░░░░░  ░░░░░   ░░░░░   ░░░░░░░░      ░░░░░    ░░░░░░░░░░                    
                                                                                                                    
easy bruteforcing your easyboxes - v0.1a (c) 2024 suuhm                                                             
                                                                                                                    
        
usage: ez-brute.py [-h] --ip IP --username USERNAME --wordlist WORDLIST

Login Brute-force Script

options:
  -h, --help           show this help message and exit
  --ip IP              The IP address of the target device
  --username USERNAME  The username for login
  --wordlist WORDLIST  Path to the wordlist file

Install:

pip install colorama

Run:

python ez-brute.py --ip 192.168.0.2 --username root --wordlist /path/to/your/wordlist.txt

Take in mind, this is alpha software! More router/IoT Devices will come next time.