Giter VIP home page Giter VIP logo

gobozocrack's Introduction

GoBozoCrack

GoBozoCrack is a depressingly effective and fast MD5 password hash cracker with almost zero CPU/GPU load written in Go. Instead of rainbow tables, dictionaries, or brute force, GoBozoCrack simply finds the plaintext password. Specifically, it googles the MD5 hash and hopes the plaintext appears somewhere on the first page of results.

  • Free software: MIT license

It works way better than it ever should. Go ahead and try.

How?

Basic usage:

$ go run main.go -file example.txt

Or:

$ go run main.go -single fcf1eed8596699624167416a1e7e122e

The input file is expected to contain a single hash per line. GoBozoCrack automatically picks up strings that look like MD5 hashes.

Example with output:

$ go run main.go -file -f example.txt

fcf1eed8596699624167416a1e7e122e:octopus

bed128365216c019988915ed3add75fb:passw0rd

d0763edaa9d9bd2a9516280e9044d885:monkey

dfd8c10c1b9b58c8bf102225ae3be9eb:12081977

ede6b50e7b5826fe48fc1f0fe772c48f:1q2w3e4r5t6y

$ go run main.go -single fcf1eed8596699624167416a1e7e122e

fcf1eed8596699624167416a1e7e122e:octopus

Why?

To show just how bad an idea it is to use plain MD5 as a password hashing mechanism. Honestly, if the passwords can be cracked with this software, there are no excuses.

Who?

BozoCrack was originally written by Juuso Salonen (http://twitter.com/juusosalonen).

PyBozoCrack and GoBozoCrack were rewritten in Python and Go by Henrique Pereira (http://twitter.com/ikkebr).

gobozocrack's People

Contributors

ikkebr avatar

Stargazers

 avatar Michael B avatar  avatar

Watchers

James Cloos avatar  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.