New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bruttle

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bruttle

A cli app to bruteforce pdf, zip, and some common hashes

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

Bruttle

A small script to bruteforce pdf, zip, and some popular hashes.
You can find the improved rust version of this script 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 : )

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc