It is currently 30 Jul 2010, 12:00

All times are UTC + 1 hour [ DST ]




 Page 1 of 1 [ 8 posts ] 
Author Message
 Post subject: Announcing rcracki_mt_0.6.3 release
PostPosted: 21 Oct 2009, 21:44 
Developer

Joined: 15 Jul 2009, 22:38
Posts: 363
The new release is brought to you by neinbrucke and I. It may be found at http://rcracki.sourceforge.net

From the changelog for the release:
* Fixed x86_64 linux compilation
* Fixed x86_64 linux segmentation fault
* Fixed 64bit support in md4 code
* Added support for: FreeBSD, NetBSD, OpenBSD, and MacOSX

If you encounter any problems feel free to post them here, pm us, or add a bug to the sourceforge tracker.

Neinbrucke is continuing his work on SSE support and is something to look forward to in a later release.


Offline
 Profile  
 
 Post subject: Re: Announcing rcracki_mt_0.6.3 release
PostPosted: 21 Oct 2009, 21:47 
Developer

Joined: 30 Mar 2008, 15:37
Posts: 847
sssh, SSE2 support was supposed to be a surprise ;)

oh and preferably add bugs through the SF tracker.


Offline
 Profile  
 
 Post subject: Re: Announcing rcracki_mt_0.6.3 release
PostPosted: 17 Nov 2009, 00:56 
Shoulder Surfer

Joined: 05 Aug 2009, 01:43
Posts: 12
rcracki crack md5(16bit) ????

(32bit)md5: e10adc3949ba59abbe56e057f20f883e

rcracki_mt -h e10adc3949ba59abbe56e057f20f883e [path_to_specific_table]\*


(16bit)md5: 49ba59abbe56e057

????????????????????????????

How to explain md5(bit)

32bit_md5: e10adc3949ba59abbe56e057f20f883e
16bit_md5: ***********49ba59abbe56e057*******

32bit_md5>>16it_md5

16it_md5<>32bit_md5


Offline
 Profile  
 
 Post subject: Re: Announcing rcracki_mt_0.6.3 release
PostPosted: 17 Nov 2009, 01:08 
Developer

Joined: 15 Jul 2009, 22:38
Posts: 363
jifan wrote:
rcracki crack md5(16bit) ????

(32bit)md5: e10adc3949ba59abbe56e057f20f883e

rcracki_mt -h e10adc3949ba59abbe56e057f20f883e [path_to_specific_table]\*


(16bit)md5: 49ba59abbe56e057

????????????????????????????

How to explain md5(bit)

32bit_md5: e10adc3949ba59abbe56e057f20f883e
16bit_md5: ***********49ba59abbe56e057*******

32bit_md5>>16it_md5

16it_md5<>32bit_md5


MD5 when represented as a hex encoded value is 32 bytes long. I think where you used bit you need to replace it with byte. The item you are calling 16bit_md5 is certainly not md5.


Offline
 Profile  
 
 Post subject: Re: Announcing rcracki_mt_0.6.3 release
PostPosted: 17 Nov 2009, 15:10 
Developer

Joined: 03 Dec 2007, 11:37
Posts: 725
quel wrote:
MD5 when represented as a hex encoded value is 32 bytes long. I think where you used bit you need to replace it with byte. The item you are calling 16bit_md5 is certainly not md5.

MD5 is 32 hits (hex digit) or
MD5 is 16 bytes (16 bytes * 8 bits = 128 bits)
And boo on you for double posting jifan.



_________________
http://www.tobtu.com/
Offline
 Profile  
 
 Post subject: Re: Announcing rcracki_mt_0.6.3 release
PostPosted: 17 Nov 2009, 19:28 
Developer

Joined: 15 Jul 2009, 22:38
Posts: 363
Sc00bz wrote:
MD5 is 32 hits (hex digit) or
MD5 is 16 bytes (16 bytes * 8 bits = 128 bits)


Hits is a new one for me. Yes the binary representation of an MD5 is 16 bytes but I didn't mention that as what he posted was not a binary representation and I didn't want to add information that was likely to just be confusing.


Offline
 Profile  
 
 Post subject: Re: Announcing rcracki_mt_0.6.3 release
PostPosted: 09 Jan 2010, 18:37 
Guesser

Joined: 22 Feb 2009, 00:26
Posts: 45
Location: Norway
Feature request:
Rcracki_mt displays the read time for index and table files, and a summary with time spent on disk access and cryptanalysis. Any chance you could also include time spent on pre-calculation, per-hash average and/or total time? The info below is from my i7-920@3.6Ghz, using a 2x1TB SATA RAID0 (bios/software), Windows 7 64bit, 12GB DDR3 memory, searching for 2 NTLM hashes through the 290 files in ntlm_mixalpha_numeric_1-8_0 (using 7 threads, left one HT core for downloading 1-8_3 files...). If i observed correctly, i'm using double the time pre-calculating the NTLM hashes compared to LM hashes - approx 32-35 seconds per LM pash, and approx 65-70 seconds per NTLM hash. Oh, and the hashes and passwords are just for testing of course. No live system. :-)

ntlm_mixalpha-numeric#1-8_0_40000x67108864_distrrtgen[p][i]_053.rti:
reading index... 243713404 bytes read, disk access time: 1.17 s
reading table... 536870912 bytes read, disk access time: 2.56 s
verifying the file... ok
searching for 1 hash...
plaintext of a4f49c406510bdcab6824ee7c30fd852 is Password
cryptanalysis time: 0.19 s

statistics
-------------------------------------------------------
plaintext found: 2 of 2 (100.00%)
total disk access time: 204.10 s
total cryptanalysis time: 151.19 s
total chain walk step: 1599880002
total false alarm: 12548
total chain walk step due to false alarm: 184369812

result
-------------------------------------------------------
0552f87b4a775ec18fa566bcd239cbd4 S3cr3T10 hex:5333637233543130
a4f49c406510bdcab6824ee7c30fd852 Password hex:50617373776f7264


Offline
 Profile  
 
 Post subject: Re: Announcing rcracki_mt_0.6.3 release
PostPosted: 06 Jul 2010, 05:47 
Developer

Joined: 15 Jul 2009, 22:38
Posts: 363
Added to the feature request tracker on the project page: https://sourceforge.net/tracker/?func=d ... id=1127534

This is something I already thought about adding but was saving for after the latest release since the *nix side needs to have a lot of work on the timing code anyway.


Offline
 Profile  
 
Display posts from previous:  Sort by  
 Page 1 of 1 [ 8 posts ] 

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


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

Search for:
Jump to:  

cron