|
It is currently 09 Sep 2010, 00:30
|
View unanswered posts | View active topics
 |
|
 |
|
| Author |
Message |
|
gurgalof
|
Post subject: Re: Mysql323 tables Posted: 02 Nov 2008, 21:44 |
Joined: 07 Jul 2008, 17:30 Posts: 42 Location: Goteborg, Sweden
|
|
And I am not really a coder... I can code PHP, thats all.
_________________
|
|
|
|
 |
|
the_drag0n
|
Post subject: Re: Mysql323 tables Posted: 02 Nov 2008, 21:51 |
| Perfect Table |
 |
Joined: 12 May 2008, 11:02 Posts: 829
|
i just gave you a full script you just have to install the python runtime envoirement  you cant always get things in a .exe.
_________________
|
|
|
|
 |
|
gurgalof
|
Post subject: Re: Mysql323 tables Posted: 02 Nov 2008, 21:54 |
Joined: 07 Jul 2008, 17:30 Posts: 42 Location: Goteborg, Sweden
|
Oh, sorry. Didn't know what Phyton is...  Installing now, thanks!
_________________
|
|
|
|
 |
|
gurgalof
|
Post subject: Re: Mysql323 tables Posted: 02 Nov 2008, 22:05 |
Joined: 07 Jul 2008, 17:30 Posts: 42 Location: Goteborg, Sweden
|
MSQLFAST modified by the Nephilim 2008 usage: msqlfast.exe <hash> <charset> -------------------------------------- where <charset> is: u for uppercase l for lowercase m for mixalpha n for numeric p for upper-numeric x for mixalpha-numeric a for all printable (ASCII 33 - 126) MSQLFAST modified by the Nephilim 2008 usage: msqlfast.exe <hash> <charset> -------------------------------------- where <charset> is: u for uppercase l for lowercase m for mixalpha n for numeric p for upper-numeric x for mixalpha-numeric a for all printable (ASCII 33 - 126) MSQLFAST modified by the Nephilim 2008 usage: msqlfast.exe <hash> <charset> -------------------------------------- where <charset> is: u for uppercase l for lowercase m for mixalpha n for numeric p for upper-numeric x for mixalpha-numeric a for all printable (ASCII 33 - 126) MSQLFAST modified by the Nephilim 2008 usage: msqlfast.exe <hash> <charset> -------------------------------------- where <charset> is: u for uppercase l for lowercase m for mixalpha n for numeric p for upper-numeric x for mixalpha-numeric a for all printable (ASCII 33 - 126) Traceback (most recent call last): File "C:\Documents and Settings\Gurgalof\Mina dokument\mysql323.py", line 11, in <module> os.system('msqlfast.exe '+line+' '+charset) KeyboardInterrupt
This is what i got... Wrote this in my commanline I had to Ctrl+C it to stop...
_________________
|
|
|
|
 |
|
the_drag0n
|
Post subject: Re: Mysql323 tables Posted: 02 Nov 2008, 22:09 |
| Perfect Table |
 |
Joined: 12 May 2008, 11:02 Posts: 829
|
oh yes i forgot about sth : import sys, os
if not len(sys.argv) == 3: print 'Usage: mysql323.py [hash list] [charset]' sys.exit(1)
charset = sys.argv[2] hashes = open(sys.argv[1],'r')
for line in hashes: line=line.strip() os.system('msqlfast.exe '+line+' '+charset)
_________________
|
|
|
|
 |
|
_haxxor_
|
Post subject: Re: Mysql323 tables Posted: 11 Dec 2008, 16:07 |
Joined: 02 Apr 2008, 15:10 Posts: 871 Location: Romania
|
|
is it possible to use unicode symbols as a charset ? ( in mysql bruteforcer ) thx for any reply
_________________ a2480f25 blog.
|
|
|
|
 |
|
_haxxor_
|
Post subject: Re: Mysql323 tables Posted: 12 Jan 2009, 01:42 |
Joined: 02 Apr 2008, 15:10 Posts: 871 Location: Romania
|
|
|
|
 |
|
Sc00bz
|
Post subject: Re: Mysql323 tables Posted: 12 Jan 2009, 07:42 |
Joined: 03 Dec 2007, 11:37 Posts: 737
|
|
Nice those tables are awesome since it takes my crap top like 1/2 second to brute force that key space.
_________________ http://www.tobtu.com/
|
|
|
|
 |
|
_haxxor_
|
Post subject: Re: Mysql323 tables Posted: 14 Jan 2009, 20:43 |
Joined: 02 Apr 2008, 15:10 Posts: 871 Location: Romania
|
Sc00bz wrote: Nice those tables are awesome since it takes my crap top like 1/2 second to brute force that key space. glad you like them, and your so happy  i only posted because they are the first mysql tables created by frt.
_________________ a2480f25 blog.
|
|
|
|
 |
|
quel
|
Post subject: Re: Mysql323 tables Posted: 29 Sep 2009, 20:35 |
Joined: 15 Jul 2009, 22:38 Posts: 379
|
Sc00bz wrote: Original code took 125.328 sec to crack "~~~~~~~" Modified code took 39.992 sec to crack "~~~~~~~" ... div = (newstate1 & 0x3f) + sum + c; diff = ((newstate3 ^ newstate1) - (newstate1 << 8)) & MASK; + if ((div << 7) < diff) // "(div * MAX_CHAR) < diff" use 128 instead of 126 it's faster continue; if (diff % div != 0) continue; d = diff / div; if (d < MIN_CHAR || d > MAX_CHAR) continue;
div = (newstate3 & 0x3f) + sum + c + d; diff = ((targ1 ^ newstate3) - (newstate3 << 8)) & MASK; + if ((div << 7) < diff) // "(div * MAX_CHAR) < diff" use 128 instead of 126 it's faster continue; if (diff % div != 0) continue; e = diff / div; if (e < MIN_CHAR || e > MAX_CHAR) continue; ...
Proper timings: !{N} to ~{N} length 3 to 6: < 1 second length 3 to 7: < 1 second to 28 seconds length 3 to 8: 28 seconds to 44 minutes 31 seconds
|
|
|
|
 |
|
_haxxor_
|
Post subject: Re: Mysql323 tables Posted: 13 Nov 2009, 16:55 |
Joined: 02 Apr 2008, 15:10 Posts: 871 Location: Romania
|
|
|
|
 |
|
zero_cool
|
Post subject: Re: Mysql323 tables Posted: 29 Apr 2010, 23:33 |
Joined: 19 Feb 2009, 02:29 Posts: 3
|
|
It would be could if it supports more than one hashes at the same time. Cracking 1000 times a single hash takes to long. It's only good if you need to crack a few hashes but if you got more than 10 or 20 it jsut needs to much time.
I know it's possible to use the script of the_drag0n but if you got a hash with a strong password it won't work anymore. The whole cracking will stop at one hash because it would need too much time to crack it. Also it would take to much time if you need to bruteforce 1000 times a single hash
|
|
|
|
 |
|
|
 |
|
 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|
|