Skip to content

pdotexe/JamBrute

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pngfind com-jam-png-1507369

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.

Details

  • 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

Installation

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 )

Notes

  • 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

About

Proof-of-concept (PoC) Animal Jam Classic brute force utility with multithreading and proxy support.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages