Login Register






PyCrack MD5 Hash Cacker filter_list
Author
Message
PyCrack MD5 Hash Cacker #1
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

Reply

PyCrack MD5 Hash Cacker #2
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

Reply

RE: PyCrack MD5 Hash Cacker #3
You might want to align that code to center so it doesn't look so dumb.


Reply

RE: PyCrack MD5 Hash Cacker #4
You might want to align that code to center so it doesn't look so dumb.


Reply

RE: PyCrack MD5 Hash Cacker #5
I dont know why but the code block wont align. I just removed the alignment in all.

Reply

RE: PyCrack MD5 Hash Cacker #6
I dont know why but the code block wont align. I just removed the alignment in all.

Reply

RE: PyCrack MD5 Hash Cacker #7
(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.


Reply

RE: PyCrack MD5 Hash Cacker #8
(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.


Reply

RE: PyCrack MD5 Hash Cacker #9
(01-10-2014, 12:52 AM)maho Wrote: Thanks!
Thanks!
15 characters " Hack this "

pretty dumb
double free()

Bitcoin Donations:
1FseigF4RPRwfDoa6XGFQmhGxmDc7Pya4r

Reply

RE: PyCrack MD5 Hash Cacker #10
i got an error

line 8
import haslib

what does that mean

Reply