GithubHelp home page GithubHelp logo

python-hash-cracker's Introduction

Python-Hash-Cracker

Python hash cracker built for learning purposes. It supportes several hash formats with options like a numbers bruteforce and verbose mode.

Alt text

Command line is fairly straight forword, here are the options:

-h [hash]

-t [type]

-w [wordlist]

-n [numbers bruteforce, used in place of -w]

-v [verbose, slows down cracking time though :( ]

-i [help and info]

Examples:

Hashcrack help:

./Hash-Cracker.py -i

Hashcrack with a wordlist and verbose mode:

./Hash-Cracker.py -h 7406e17d2e30b05b7220a800fad53a22 -t md5 -w Wordlist.txt -v

Numbers bruteforce fast:

./Hash-Cracker.py -h 7406e17d2e30b05b7220a800fad53a22 -t md5 -n

Platforms

The command line tool has been tested on and works with iOS, Windows[7/8/10], Unix, and OS X.

Support

Hash-Cracker.py supports Python 2.7 and Hash-Cracker-3.py supports Python 3.

Enjoy

python-hash-cracker's People

Contributors

kincho4 avatar sagetendo avatar starwarsfan2099 avatar tosible avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

python-hash-cracker's Issues

Can't read big files

When I try to use with the crackstation wordlist, the script doesn't work. I get no errors or anything. The crackstation is about 15+ GB in size

D:\Hashes>hashbrute.py -h 5f4dcc3b5aa765d61d8327deb882cf99 -t md5 -w crackstation.txt -v

Python Hash-Cracker
Version 3.0-2 Stable
[Running on Windows]

[*]Hash: 5f4dcc3b5aa765d61d8327deb882cf99
[*]Hash type: md5
[*]Wordlist: crackstation.txt
[+]Cracking...

[-]Hash not cracked:
[*]Reached end of wordlist
[*]Try another wordlist
[*]Words tryed: 0

D:\Hashes>

Malformed print statements

Having issues running the script. Running latest interpreter.

C:\Users\Colin\Documents\_Github Repos\Python-Hash-Cracker>python Hash-Cracker.py -i
  File "Hash-Cracker.py", line 9
    print "  "
             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("  ")?

(venv) C:\Users\Colin\Documents\_Github Repos\Python-Hash-Cracker>

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.