Git Product home page Git Product logo

hcrack's Introduction

HCRACK
===========

HCRACK is a HMAC-MD5 message cracker written in C.

HMAC-MD5 is sometimes used for client-side credential hashing, with a temporary key.
One of the more notable examples of this is with Pearson's PowerSchool, where HMAC is used
essentially as a method to secure credentials in absence of HTTPS.  One can sniff these
two variables, the HMAC_MD5 key and hash, and easily crack the original password with this tool.
This type of client side security is just kind of silly.


USAGE
============

Usage: hcrack [-t threads] [-h hash] [-k key] [-w wordlist]
-h hash,  		hmac hash to crack
-k key,				hmac key that goes with hash
-t threads,			number of threads to use concurrently. Default: 1
-w wordlist,			wordlist mode, follow with path to wordlist, one word per line
-b [a] [a1] [all],		(optional)character set for bruteforce: a = alphabet,
			               	a1 = alphanumerical, all = all ascii characters  Default: a1


By default, hcrack will just try to bruteforce the password. Most likely, bruteforcing will either fail or take too long to be useful.  
You should use a good wordlist instead.  Wordlist mode is activated with (-w).

hcrack's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.