]> git.sesse.net Git - freerainbowtables/blob - Client Applications/rcracki_mt/ChangeLog.txt
rcracki_mt updated to rti2
[freerainbowtables] / Client Applications / rcracki_mt / ChangeLog.txt
1 [rcracki_mt ChangeLog]
2
3 0.6.2 (2 Juli 2009, 13:37):
4 * Fixed linux support (tty stuff and now actually compiles)
5 * Fixed precalculation code
6
7 0.6.1 (14 May 2009, 22:12):
8 * bug fixed where the list of rainbow tables is doubled when you resume a session and you have default RT locations in your ini
9
10 0.6 (14 May 2009, 20:47):
11 * Finding .rti files recursively
12 * Fixed memory allocation bugs (also trying to save appropriate amount of memory for chainwalksets... these can become really large with the new tables)
13 * Real pause/resume function, you can resume a session with -r
14 * Session support, use -s session_name. Combine this with -r to resume a session other then the default
15 * Ini file support, store some default values such as rainbow table directories.
16 * Tab separated results (stdout)
17 * Support pause during cracking and 'skip' during unicode correction for Linux
18 * A readme / 'manual' !
19
20 0.5 (16 Apr 2009, 22:47):
21 * Support for the old non-indexed .rt format, it should work with both type of tables in one run... I didn't test this feature thoroughly
22 * Using some other pieces of code for algorithms
23 * Support for .lst files from Cain as input (patch from James Dickson) - use for example -c LMNT.lst
24 * Fixed some bugs
25 * Dunno anymore, left this version lying around for too long...
26
27 0.4 (oops, a second 0.4) (13 Dec 2008, 18:20):
28 * Improved file reading performance
29
30 0.4 (27 Nov 2008, 00:09):
31 * Source included
32 * Memory usage down to about 50% (tnx sc00bz for pointing out the inefficiency, tnx jci for helping with the code)
33 * Works under Linux! (using pthreads now instead of Windows threads)
34 * Speed up: implemented MD4 reference implementation, not using OpenSSL for NTLM anymore (tnx Bitweasil for supplying 98% of the code)
35 * Speed up: using OpenSSL a lot faster (tnx jci for pointing that out)
36 * Probably some more small things i forgot
37
38 0.3 (16 Nov 2008, 01:01):
39 * Improved command line argument parsing (order no longer matters)
40 * Option to write (temporary) output to a file, use -o pick_a_nice_filename.txt
41 * Option to pause, press 'P' to pause/unpause (Windows only)
42 * For pwdump searches: unicode correction is done when case correction fails
43
44 0.2 (28 Oct 2008, 01:42):
45 * False alarm checking now also multi threaded
46 * Search one level of subdirectories for rainbow table files
47
48 0.1 (27 Oct 2008, 00:14):
49 * Initial multithreaded version, using Windows threads.
50 * Using multiple threads for the pre-calculation part.
51 * Added a simple 'progress' message, so you can see how many hashes are being pre-calculated
52