Skip to content

A small python script to bruteforce zips,pdfs and some popular hashes.

License

Notifications You must be signed in to change notification settings

tamton-aquib/bruttle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bruttle

A small script to bruteforce pdf, zip, and some popular hashes.
You can find the fast and multithreaded rust version of this program here.

Installation:

pip3 install bruttle

Usage:

bruttle <file/hash> <wordlist>
# Example
bruttle ~/test/test.zip /opt/password_list.txt
bruttle "482c811da5d5b4bc6d497ffa98491e38" /opt/password_list.txt

Features:

  • Less than 100 lines of code.
  • List of hashes include md5,sha1,sha224,sha256,sha384,sha512 (for now).
  • Filetypes include zip, pdf (for now)
  • Automatic filetype and/or hash detection.

Showcase:

noice

Notes:

  • Get password lists from here
  • To create custom passlist, try: cupp.py
  • As always, not to be used for illegal purposes : )