Sinisterly
PyCrack MD5 Hash Cacker - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Python (https://sinister.li/Forum-Python)
+--- Thread: PyCrack MD5 Hash Cacker (/Thread-PyCrack-MD5-Hash-Cacker)

Pages: 1 2


PyCrack MD5 Hash Cacker - Harvey_mybb_import13746 - 10-30-2013

PyCrack

A python MD5 hash cracker that uses permutations.



INFORMATION
PyCrack will brute force an MD5 hash string, by generating a set of permutations.
Basically, it will generate every possible string using the characters a-z, A-Z,
and 0-9. It will start off as 1 character, until it has checked every possible
permutation, and then the length will increase by 1, every time it, until it hits
a maximum of a 25.
Brute forcing takes a very long time, depending on the legnth of the string that
was hashed, or if it is salted, but if this is kept running long enough, it will
crack any alphanumeric hash up to 25 characters in length.



USAGE
This is a command line tool, so it takes arguments to run.
Code:
Usage : pycrack.py [HASH]





SOURCE CODE
- Python 2.7.5 CLICK HERE

- Python 3.3.2 CLICK HERE


PyCrack MD5 Hash Cacker - Harvey_mybb_import13746 - 10-30-2013

PyCrack

A python MD5 hash cracker that uses permutations.



INFORMATION
PyCrack will brute force an MD5 hash string, by generating a set of permutations.
Basically, it will generate every possible string using the characters a-z, A-Z,
and 0-9. It will start off as 1 character, until it has checked every possible
permutation, and then the length will increase by 1, every time it, until it hits
a maximum of a 25.
Brute forcing takes a very long time, depending on the legnth of the string that
was hashed, or if it is salted, but if this is kept running long enough, it will
crack any alphanumeric hash up to 25 characters in length.



USAGE
This is a command line tool, so it takes arguments to run.
Code:
Usage : pycrack.py [HASH]





SOURCE CODE
- Python 2.7.5 CLICK HERE

- Python 3.3.2 CLICK HERE


RE: PyCrack MD5 Hash Cacker - Slarek - 10-30-2013

You might want to align that code to center so it doesn't look so dumb.


RE: PyCrack MD5 Hash Cacker - Slarek - 10-30-2013

You might want to align that code to center so it doesn't look so dumb.


RE: PyCrack MD5 Hash Cacker - Harvey_mybb_import13746 - 10-30-2013

I dont know why but the code block wont align. I just removed the alignment in all.


RE: PyCrack MD5 Hash Cacker - Harvey_mybb_import13746 - 10-30-2013

I dont know why but the code block wont align. I just removed the alignment in all.


RE: PyCrack MD5 Hash Cacker - Slarek - 10-30-2013

(10-30-2013, 04:47 PM)harvey Wrote: I dont know why but the code block wont align. I just removed the alignment in all.

Lol, that's kind of weird.
Anyways, now it looks better.


RE: PyCrack MD5 Hash Cacker - Slarek - 10-30-2013

(10-30-2013, 04:47 PM)harvey Wrote: I dont know why but the code block wont align. I just removed the alignment in all.

Lol, that's kind of weird.
Anyways, now it looks better.


RE: PyCrack MD5 Hash Cacker - upsurt - 01-10-2014

(01-10-2014, 12:52 AM)maho Wrote: Thanks!
Thanks!
15 characters " Hack this "

pretty dumb


RE: PyCrack MD5 Hash Cacker - jonagold - 05-23-2014

i got an error

line 8
import haslib

what does that mean