JamBrute is a basic online password cracking utility for Animal Jam Classic, which works by sending automated HTTP requests to the server for login attempts. This utility is written with the help of the python requests and threading modules.
- Simple to use: Simple command-line usage
- Multithreading: Supports multiple threads to simultaneously submit multiple requests
- Proxychains: Optional rotating proxies to maintain anonymity and bypass rate limiting
Ensure Python To get started, clone the repository
git clone https://github.com/pdotexe/JamBrute.git
Install dependencies
pip install -r requirements.txt
Change directory
cd JamBrute
Run the utility
python start.py -p <proxy> -w <wordlist> -u <username> -t <threads>
Manual:
-p: Path to proxies.txt file ( default provided, may be skipped
-w: Path to wordlist file ( default provided, may be skipped )
-u: Target username
-t: Number of thread workers ( required )
- Server overload (HTTP 502) is a known issue with AJC servers. To combat this, lower the amount of thread workers, and preferably use proxies before running this script.
- Using no proxies is highly impracticle and will likely work against you
- This tool is a working proof of concept and not intended for malicious use