Skip to content

0xSysR3ll/mybb-brute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyBB bruteforce tool

A python tool to bruteforce user/passwords on a MyBB forum !

contributors last update forks stars open issues


📔 Table of Contents

🌟 About the Project

While doing a box on TryHackMe, I had to bruteforce a MyBB Forum. Because I didn't find any tool to do it, I decided to develop my own. And here it is !

🧰 Getting Started

‼️ Prerequisites

  • Patience

This tool has been tested on the latest version available of MyBB at the time of the development (1.8.31) but should work with older versions also.

⚙️ Installation

git clone https://github.com/0xSysR3ll/mybb-brute
cd mybb-brute && pip3 install -r requirements.txt

👀 Usage

This tool can only be used on environments where there is no login attempts limiting (Labs, CTFs, etc). By default, MyBB added an anti-bruteforce system - you can only do 3 login attempts. After that, you have to wait a certain amount of time + a captcha to solve.

    __  ___      ____  ____     ____             __     
   /  |/  /_  __/ __ )/ __ )   / __ )_______  __/ /____ 
  / /|_/ / / / / __  / __  |  / __  / ___/ / / / __/ _ \
 / /  / / /_/ / /_/ / /_/ /  / /_/ / /  / /_/ / /_/  __/
/_/  /_/\__, /_____/_____/  /_____/_/   \__,_/\__/\___/ 
       /____/                                           

v1.0 by 0xsysr3ll

usage: mybb-brute.py [-h] -t TARGET (-u USERNAME | -U USER_FILE) (-p PASSWORD | -P PASS_FILE)

A simple MyBB bruteforce tool

options:
  -h, --help            show this help message and exit
  -t TARGET, --target TARGET
                        MyBB Forum ip/domain target (without http/https), eg. 10.10.10.1:8080

Usernames:
  -u USERNAME, --username USERNAME
                        Username to use for bruteforce
  -U USER_FILE, --user-file USER_FILE
                        Usernames file to use for bruteforce

Passwords:
  -p PASSWORD, --password PASSWORD
                        Password to use for bruteforce
  -P PASS_FILE, --pass-file PASS_FILE
                        Passwords file to use for bruteforce

👋 Contributing

Contributions are always welcome, I am not a pro developer !

⚠️ Disclaimer

This tool has been developed in the context of a TryHackMe box. I am not in any way responsible for the use you may make with it.

🤝 Contact

0xSysr3ll - @0xsysr3ll - 0xsysr3ll@pm.me

About

A python tool to bruteforce users/passwords on a https://mybb.com forum !

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages