Skip to content

Latest commit

 

History

History
executable file
·
97 lines (64 loc) · 1.81 KB

README.md

File metadata and controls

executable file
·
97 lines (64 loc) · 1.81 KB

CoBreak

CoBreak.com

This script was made by Breaker

CoBreak is a password security audit and recovery tool available for many operating systems. CoBreak supports various types of cipher and hashing for the purpose of facilitating data encryption or other

GitHub Stats

BreakerBox GitHub Stats

Installation

Cipher

  • Base64
  • Base32
  • Base16
  • Ascii85
  • Cesar
  • Binaries

Raw-Hash

  • MD4
  • MD5
  • Half-MD5
  • SHA-1
  • Double-SHA1
  • SHA2-224
  • SHA2-256
  • SHA2-384
  • SHA2-512
  • SHA3-224
  • SHA3-256
  • SHA3-384
  • SHA3-512
  • Ripemd-160
  • Tiger-160
  • Blake2s-128
  • Blake2s-160
  • Blake2s-256
  • Blake2b-160
  • Blake2b-256
  • Blake2b-384
  • Blake2b-512
  • GOST R 34.11-2012 (Streebog) 256-bit, big-endian
  • GOST R 34.11-2012 (Streebog) 512-bit, big-endian

Setup

---

Execute in your terminal for build ruby gem and installation:

Build ruby gem:

$ gem build cobreak.gemspec

And after install ruby gem:

$ sudo gem install ./cobreak-1.0.5.gem


Usage:

---

Help to CoBreak CLI

$ cobreak --help

CoBreak Help

Attack Dictionary CLI

$ sudo cobreak --bruteforce=digest --type=md5 --wordlist=dictionary.txt --input 4d186321c1a7f0f354b297e8914ab240

CoBreak Help

Attack Dictionary GUI

CoBreak Help

Version

CoBreak

CoBreak

License

This project is licensed under the (GNU GENERAL PUBLIC LICENSE) - see the LICENSE file for details