NATHAN242's Projects

Projects

Tools

Libraries

Web Tools


Hashbreak

Project repo: LINK

Introduction

Single threaded MD5 and SHA256 hash brute forcer. I wrote this for the sake of learning.
In the future I hope to create a multi-threaded version.

Single threaded hash brute forcer v0.10.
Usage: ./hashbreak -s [HASH_TYPE] -c [HASH]
-s Specify the type of hash. Supported: "md5" and "sha256".
-c The hash code to break.
-b Brute force using the specified characters.
-l Start at the specified test string length.
Default brute force characters: abcdefghijklmnopqsrtuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890!"£$%^&*()_+-=
Max test string length: 256

Features