Merge pull request #21 from magnumripper/ec
[hashcat.git] / docs / changes.txt
1 * changes v2.01 -> not-known-yet:
2
3 Type.: Feature
4 File.: Host
5 Desc.: Implemented a new feature that allows to quit at next restore point update (and disable it)
6 Issue: 10
7
8 Type.: Bug
9 File.: Host
10 Desc.: Fixed a bug in combination of --restore and a user immediately aborting the session after restart
11 Trac.: 684
12
13 Type.: Change
14 File.: Docs
15 Desc.: Updated docs/readme.txt -- Starting with v2.01 OpenCL 2.00 is required; we need Catalyst 15.7 or higher
16
17 * changes v2.00 -> v2.01:
18
19 Type.: Bug
20 File.: Host
21 Desc.: Fix for a cuMemsetD8() 1 error in attacks different from mask attacks
22 Issue: 1
23
24 * changes v1.37 -> v2.00:
25
26 Type: Project
27 File: All
28 Desc: Made the project Open-Source
29
30 Type: Project
31 File: All
32 Desc: Switched the license to MIT
33
34 Type: Feature
35 File: Host
36 Desc: Removed Timebomb-, Beta- and Keyfile- checks
37
38 Type: Driver
39 File: Host
40 Desc: Added support for AMD APP SDK v3.0 GA
41
42 Type: Driver
43 File: Host
44 Desc: Added support for AMD ADL 8.0
45
46 Type: Driver
47 File: Host
48 Desc: added support for NV CUDA 7.5
49
50 Type: Feature
51 File: Host
52 Desc: Replaced support for NVAPI with support for its successor GDK, starting with version 352.55
53
54 Type: Driver
55 File: Host
56 Desc: Added support for all AMD Fiji based GPU (Fury)
57 Trac: 677
58
59 Type: Change
60 File: Kernel
61 Desc: Bitsliced mode -m 1500 = crypt, DES(Unix), Traditional DES in mask mode
62
63 Type: Change
64 File: Kernel
65 Desc: Bitsliced mode -m 3000 = LM in mask mode
66
67 Type: Feature
68 File: Kernel
69 Desc: Added new hash mode -m 12700 = Blockchain, My Wallet
70 Trac: 645
71
72 Type: Feature
73 File: Kernel
74 Desc: Added new hash mode -m 12800 = MS-AzureSync PBKDF2-HMAC-SHA256
75 Trac: 669
76
77 Type: Feature
78 File: Kernel
79 Desc: Added new hash mode -m 6211 = TrueCrypt 5.0+ PBKDF2-HMAC-RipeMD160 + XTS  512 bit
80 Desc: Added new hash mode -m 6212 = TrueCrypt 5.0+ PBKDF2-HMAC-RipeMD160 + XTS 1024 bit
81 Desc: Added new hash mode -m 6213 = TrueCrypt 5.0+ PBKDF2-HMAC-RipeMD160 + XTS 1536 bit
82 Desc: Added new hash mode -m 6221 = TrueCrypt 5.0+ PBKDF2-HMAC-SHA512    + XTS  512 bit
83 Desc: Added new hash mode -m 6222 = TrueCrypt 5.0+ PBKDF2-HMAC-SHA512    + XTS 1024 bit
84 Desc: Added new hash mode -m 6223 = TrueCrypt 5.0+ PBKDF2-HMAC-SHA512    + XTS 1536 bit
85 Desc: Added new hash mode -m 6231 = TrueCrypt 5.0+ PBKDF2-HMAC-Whirlpool + XTS  512 bit
86 Desc: Added new hash mode -m 6232 = TrueCrypt 5.0+ PBKDF2-HMAC-Whirlpool + XTS 1024 bit
87 Desc: Added new hash mode -m 6233 = TrueCrypt 5.0+ PBKDF2-HMAC-Whirlpool + XTS 1536 bit
88 Desc: Added new hash mode -m 6241 = TrueCrypt 5.0+ PBKDF2-HMAC-RipeMD160 + XTS  512 bit + boot-mode
89 Desc: Added new hash mode -m 6242 = TrueCrypt 5.0+ PBKDF2-HMAC-RipeMD160 + XTS 1024 bit + boot-mode
90 Desc: Added new hash mode -m 6243 = TrueCrypt 5.0+ PBKDF2-HMAC-RipeMD160 + XTS 1536 bit + boot-mode
91 Trac: 394
92
93 Type: Feature
94 File: Kernel
95 Desc: Added support for keyfiles with TrueCrypt 5.0+ for all modes
96 Trac: 618
97
98 Type: Feature
99 File: Host
100 Desc: Added new status-display line showing Recovered/Time rate for current and average activity
101
102 Type: Change
103 File: Kernel
104 Desc: Hash-Modes 10900, 11900, 12000 and 12100 switched salt encoding from raw to base64
105 Trac: #658
106
107 Type: Change
108 File: Host
109 Desc: Fine-tuned fanspeed regulation to work nice even on bigger systems (6+ GPU)
110
111 Type: Change
112 File: Host
113 Desc: Renamed rule 'x' to 'O', omit X chars of word at pos N
114
115 Type: Change
116 File: Host
117 Desc: Added rule 'x', extract X chars of word at pos N, to keep compatibility to JtR/crack
118
119 Type: Change
120 File: Host
121 Desc: Switched to newer glibc for binaries (testphase; please contact us if you have problems)
122
123 Type: Bug
124 File: Host
125 Desc: On Nvidia, do not use cuMemAllocHost() on CUDA systems with many GPUs to avoid errors of type cuMemAllocHost() 999
126
127 Type: Bug
128 File: Host
129 Desc: On Nvidia, make sure to clean constant buffer for each iteration of maskfiles
130 Trac: 691
131
132 Type: Bug
133 File: Host
134 Desc: When trying to crack a raw hash with appended salt, the salt length was taken into account when calculating the number of bytes for the innerloop
135
136 * changes v1.36 -> v1.37:
137
138 Type: Driver
139 File: Host
140 Desc: Added support for all AMD Catalyst >= v14.9
141
142 Type: Feature
143 File: Kernel
144 Desc: Added new hash mode -m 11700 = GOST R 34.11-2012 (Streebog) 256-bit
145
146 Type: Feature
147 File: Kernel
148 Desc: Added new hash mode -m 11800 = GOST R 34.11-2012 (Streebog) 512-bit
149
150 Type: Feature
151 File: Kernel
152 Desc: Added new hash mode -m 11900 = PBKDF2-HMAC-MD5
153
154 Type: Feature
155 File: Kernel
156 Desc: Added new hash mode -m 12000 = PBKDF2-HMAC-SHA1
157
158 Type: Feature
159 File: Kernel
160 Desc: Added new hash mode -m 12100 = PBKDF2-HMAC-SHA512
161
162 Type: Feature
163 File: Kernel
164 Desc: Added new hash mode -m 12200 = eCryptfs
165
166 Type: Feature
167 File: Kernel
168 Desc: Added new hash mode -m 12300 = Oracle T: Type (Oracle 12+)
169
170 Type: Feature
171 File: Kernel
172 Desc: Added new hash mode -m 12400 = BSDiCrypt, Extended DES
173
174 Type: Feature
175 File: Kernel
176 Desc: Added new hash mode -m 12500 = RAR3-hp
177
178 Type: Feature
179 File: Kernel
180 Desc: Added new hash mode -m 12600 = ColdFusion 10+
181
182 Type: Feature
183 File: Kernel
184 Desc: Added support for longer field lengths in -m 11400 = SIP digest authentication (MD5)
185 Trac: #539, #624
186
187 Type: Feature
188 File: Host
189 Desc: Fixed digest size for all hash-types internally to 128 bit
190
191 Type: Feature
192 File: Host
193 Desc: Fixed a bug in .hcmask file custom charset keyspace
194 Trac: #617
195
196 Type: Change
197 File: Kernel
198 Desc: Renamed -m 112 = Oracle 11g/12c to -m 112 = Oracle S: Type (Oracle 11+)
199
200 Type: Change
201 File: Kernel
202 Desc: Renamed -m 3100 = Oracle 7-10g, DES(Oracle) to -m 3100 = Oracle H: Type (Oracle 7+)
203
204 Type: Change
205 File: Host
206 Desc: Renamed -m 3800 = md5 ($pass.$salt.$pass) to -m 3800 = md5 ($salt.$pass.$salt)
207
208 Type: Change
209 File: Host
210 Desc: Renamed -m 1100 = Domain Cached Credentials, mscash to -m 1100 = Domain Cached Credentials (DCC), MS Cache
211
212 Type: Change
213 File: Host
214 Desc: Renamed -m 2100 = Domain Cached Credentials2, mscash2 to -m 2100 = Domain Cached Credentials 2 (DCC2), MS Cache 2
215
216 Type: Change
217 File: Host
218 Desc: Reordered hash-type listing in usage screen and set default benchmark ordering anlogue to that listing
219
220 Type: Change
221 File: Host
222 Desc: oclHashcat binaries are now being build on Ubuntu 15.04 (vivid)
223
224 Type: Bug
225 File: Host
226 Desc: Loopback file names now also depend and the path contains a random number, not timestamp only
227
228 Type: Bug
229 File: Host
230 Desc: Fixed a bug where the extra rules -j and -k were applied based on the wordlist-size not position
231
232 Type: Bug
233 File: Host
234 Desc: Fixed problem with --loopback that could sometimes lead to an infinite loop on windows
235 Trac: #626
236
237 * changes v1.35 -> v1.36:
238
239 Type: Driver
240 File: Kernel
241 Desc: Added support for NV ForceWare 346.59 driver
242
243 Type: Feature
244 File: Kernel
245 Desc: Added new hash mode -m 11400 = SIP digest authentication (MD5)
246 Trac: #539
247
248 Type: Feature
249 File: Kernel
250 Desc: Added new hash mode -m 11300 = Bitcoin/Litecoin wallet.dat
251 Trac: #434
252
253 Type: Feature
254 File: Kernel
255 Desc: Added new hash mode -m 11500 = CRC32
256 Trac: #532
257
258 Type: Feature
259 File: Kernel
260 Desc: Added new hash mode -m 11600 = 7-Zip
261 Trac: #532
262
263 Type: Feature
264 File: Host
265 Desc: Optimized final round flushing (reduces time at last percents of progress with slower speed)
266
267 Type: Feature
268 File: Host
269 Desc: Optimized rejection handling (for example passwords > 8 if cracking DEScrypt etc)
270
271 Type: Feature
272 File: Host
273 Desc: Added parameter --bitmap-min to help loading huge hashlists faster
274
275 Type: Feature
276 File: Host
277 Desc: In status display, if a single hash is longer than 40 chars, truncate it and add "..." to it
278
279 Type: Change
280 File: Host
281 Desc: Renamed -m 3810 = md5($salt.$pass.$salt) to -m 3800 = md5($salt.$pass.$salt)
282
283 Type: Change
284 File: Host
285 Desc: Renamed -m 4710 = sha1($salt.$pass.$salt) to -m 4900 = sha1($salt.$pass.$salt)
286
287 Type: Change
288 File: Host
289 Desc: The speed in status display is no longer divide by the number of uncracked salts
290
291 Type: Change
292 File: Host
293 Desc: If all hashes bound to a salt are cracked, reduce the progress count of one salt from the total progress
294
295 Type: Change
296 File: Host
297 Desc: --show/--left does now work with both halves of -m 3000 = LM hashes if they are 32 hex chars long
298 Trac: #448
299
300 Type: Bug
301 File: Kernels
302 Desc: Fixed a bug in NVidia multihash kernels: MD5, NTLM, IPB2
303
304 Type: Bug
305 File: Host
306 Desc: Added additional checks for hexadecimal values supplied in masks by using the --hex-charset switch
307 Trac: 610
308
309 Type: Bug
310 File: Host
311 Desc: Fixed a bug in NVidia workload balancing
312
313 Type: Bug
314 File: Host
315 Desc: Fixed a bug in single rule applied to each word from left dict
316
317 Type: Bug
318 File: Host
319 Desc: Problem with "," character escaping in .hcmask file fixed
320
321 Type: Bug
322 File: Host
323 Desc: Fixed a bug in -m 101, was showing a wrong cracked plaintext
324
325 * changes v1.34 -> v1.35:
326
327 Type: Feature
328 File: Kernel
329 Desc: Increased speed for all multihash kernel using a bitmap technique
330
331 Type: Bug
332 File: Kernels
333 Desc: Fixed a bug in NVidia multihash kernels that a hash was not found even with the correct plain
334
335 * changes v1.33 -> v1.34:
336
337 Type: Feature
338 File: Kernel
339 Desc: Increased speed for SHA1 raw kernels (-m 100/110/120/130/140) on GCN cards (7970, 280x, 290x, ...)
340
341 Type: Feature
342 File: Kernel
343 Desc: Increased speed for PDF kernel (-m 104xx and -m 105xx) for all NVidia GPU
344
345 Type: Feature
346 File: Kernel
347 Desc: Increased speed for all multihash kernel using a bitmap technique
348
349 Type: Feature
350 File: Kernel
351 Desc: Added oclHashcat compile timestamp to buffered binary kernels to avoid collisions with older versions
352
353 Type: Feature
354 File: Kernel
355 Desc: Added new hash mode -m 11000 = PrestaShop
356 Trac: #589
357
358 Type: Feature
359 File: Kernel
360 Desc: Added new hash mode -m 11100 = PostgreSQL Challenge-Response Authentication (MD5)
361 Trac: #490
362
363 Type: Feature
364 File: Kernel
365 Desc: Added new hash mode -m 11200 = MySQL Challenge-Response Authentication (SHA1)
366 Trac: #490
367
368 Type: Feature
369 File: Kernel
370 Desc: Added support for 32 bytes ID objects for hash type -m 10500 = PDF 1.4 - 1.6
371 Trac: #594
372
373 Type: Feature
374 File: Host
375 Desc: Inform user with small wordlists how to avoid slow speed with slow hashes
376 Trac: #597
377
378 Type: Change
379 File: Host
380 Desc: Renamed -m 7100 = OS X v10.8 / v10.9 to OS X v10.8+
381
382 Type: Workaround
383 File: Host
384 Desc: New workaround for -m 2500 = WPA/WPA2 key versions which are not valid (should always be < 256)
385
386 Type: Bug
387 File: Kernels
388 Desc: Fixed a race condition in multihash kernels
389
390 Type: Bug
391 File: Kernels
392 Desc: Fixed a buffer overflow that could lead to all kinds of segmentation fault or system freezing
393 Trac: #591
394
395 Type: Bug
396 File: Host
397 Desc: The key size (AES 128 vs AES 256) for office 2007 hashes was not shown correctly in output/status
398 Trac: #590
399
400 Type: Bug
401 File: Host
402 Desc: Fixed a bug if a rule in -j changes the length of the words in the wordlist, ex. ]
403 Trac: #593
404
405 Type: Bug
406 File: Host
407 Desc: Fixed a crash when using the outfile remove feature together with some hash types
408 Trac: #593
409
410 Type: Bug
411 File: Host
412 Desc: Fixed a problem where wrong restore point percentage was shown
413 Trac: #606
414
415 Type: Bug
416 File: Host
417 Desc: Fixed a buffer overflow in stdin mode
418
419 Type: Bug
420 File: Host
421 Desc: Fixed a bug which caused clCreateBuffer() -61 Error even on single hashes
422
423 Type: Bug
424 File: Host
425 Desc: Fixed a bug which caused clEnqueueCopyBuffer() -30 Error by limiting --gpu-loops to a maximum of 1024
426
427 Type: Bug
428 File: Host
429 Desc: Fixed a bug related to the maximum password length supported per hash-type
430
431 * changes v1.32 -> v1.33:
432
433 Type: Feature
434 File: Kernel
435 Desc: added new hash mode -m 10400 = PDF 1.1 - 1.3 (Acrobat 2 - 4)
436 Trac: #160
437
438 Type: Feature
439 File: Kernel
440 Desc: added new hash mode -m 10410 = PDF 1.1 - 1.3 (Acrobat 2 - 4) + collider-mode #1
441 Trac: #160
442
443 Type: Feature
444 File: Kernel
445 Desc: added new hash mode -m 10420 = PDF 1.1 - 1.3 (Acrobat 2 - 4) + collider-mode #2
446 Trac: #160
447
448 Type: Feature
449 File: Kernel
450 Desc: added new hash mode -m 10500 = PDF 1.4 - 1.6 (Acrobat 5 - 8)
451 Trac: #160
452
453 Type: Feature
454 File: Kernel
455 Desc: added new hash mode -m 10600 = PDF 1.7 Level 3 (Acrobat 9)
456 Trac: #160
457
458 Type: Feature
459 File: Kernel
460 Desc: added new hash mode -m 10700 = PDF 1.7 Level 8 (Acrobat 10 - 11)
461 Trac: #160
462
463 Type: Feature
464 File: Kernel
465 Desc: added new hash mode -m 10900 = PBKDF2-HMAC-SHA256
466 Trac: #256
467
468 Type: Feature
469 File: Kernel
470 Desc: added support for cracking AES-256 in -m 9400 = Office 2007
471 Trac: #576
472
473 Type: Feature
474 File: Host
475 Desc: Multithreaded wordlist loader
476
477 Type: Feature
478 File: Host
479 Desc: Added last restore point information to status screen
480 Trac: #445
481
482 Type: Feature
483 File: Host
484 Desc: Support added to allow both {SSHA} and {ssha} signatures for -m 111 = nsldaps, SSHA-1(Base64), Netscape LDAP SSHA
485 Trac: #537
486
487 Type: Feature
488 File: Host
489 Desc: Avoid using GPU_NUM_COMPUTE_RINGS to solve clGetDeviceIDs() -1 on some systems
490 Trac: #564
491
492 Type: Bug
493 File: Host
494 Desc: Beta key date check will now be disabled in release versions
495 Trac: #536
496
497 Type: Bug
498 File: Host
499 Desc: Minor change in exit code handling, priority of exit codes changed
500 Trac: #545
501
502 Type: Bug
503 File: Host
504 Desc: Solved a memory problem when using --show and --username with corrupted or missing user name
505 Trac: #565
506
507 Type: Bug
508 File: Host
509 Desc: Fixed a formatting problem when using the --username switch while cracking (colons were wrongly prepended to each line)
510 Trac: #566
511
512 * changes v1.31 -> v1.32:
513
514 Type: Driver
515 File: Host
516 Desc: Marked AMD Catalyst 14.12 as broken driver
517
518 Type: Driver
519 File: Kernel
520 Desc: Added support for AMD APP SDK v3.0 beta
521
522 Type: Driver
523 File: Kernel
524 Desc: Added support for NV ForceWare 346.29 driver
525
526 Type: Driver
527 File: Kernel
528 Desc: added support for NV CUDA 7.0
529
530 Type: Driver
531 File: Kernel
532 Desc: Added support for NV new GPUs: "sm_37", used in Tesla K80
533
534 Type: Driver
535 File: Host
536 Desc: NVidia dropped support for CUDA enabled cards <= sm_13
537
538 Type: Driver
539 File: Host
540 Desc: Removed bzero kernel as they are now supported by native runtime
541
542 Type: Workaround
543 File: Kernel
544 Desc: Fixed bug in RC4 based algorithms like Office initiated by AMD drivers
545
546 Type: Reimplementation
547 File: Kernel and Host
548 Desc: Rewrote slow hash candidate amplifiers, ported from CPU to GPU
549
550 Type: Reimplementation
551 File: Kernel
552 Desc: Rewrote support for algorithm -m 8900 = scrypt, simply more speed
553 Trac: #507
554
555 Type: Feature
556 File: Kernel
557 Desc: added support for TrueCrypt 5.x containers in all hash modes -m 62XX
558
559 Type: Feature
560 File: Kernel
561 Desc: added new hash mode -m 4710 = sha1($salt.$pass.$salt)
562 Trac: #517
563
564 Type: Feature
565 File: Kernel
566 Desc: added new hash mode -m 10200 = Cram MD5
567 Trac: #528
568
569 Type: Feature
570 File: Kernel
571 Desc: added new hash mode -m 10300 = SAP CODVN H (PWDSALTEDHASH) iSSHA-1
572
573 Type: Change
574 File: Host
575 Desc: renamed -m 123 = Django (SHA-1) to -m 124 = Django (SHA-1)
576
577 Type: Change
578 File: Host
579 Desc: renamed --powertune-disable to --powertune-enable and set default to unset
580
581 Type: Feature
582 File: Host
583 Desc: Added parameter --scrypt-tmto to manually override automatically calculated tmto settings
584
585 Type: Bug
586 File: Host
587 Desc: fixed a bug when two rules in chaining-mode exceed maximum 15 functions calls in sum
588
589 Type: Bug
590 File: Host
591 Desc: fixed a bug in -j if the rule causes to change password length
592
593 Type: Bug
594 File: Host
595 Desc: fixed problem with ADL fan speed display, catalyst 14.9 driver had problems querying the fan information/speed
596 Trac: #514
597
598 Type: Bug
599 File: Host
600 Desc: fixed a problem with too aggressive plain rejection check
601 Trac: #515
602
603 Type: Bug
604 File: Host
605 Desc: show error message when the user attempts to use directories in combinator attack (which is not supported)
606 Trac: #518
607
608 Type: Bug
609 File: Host
610 Desc: show error message when the user tries to use too long masks, fixes a crash
611 Trac: #522
612
613 Type: Bug
614 File: Host
615 Desc: Fixed Redmine format; support for 32 bytes of hexadecimal salt added
616 Trac: #543
617
618 Type: Bug
619 File: Host
620 Desc: Fixed a problem when using --remove with a multi-hccap file
621 Trac: #552
622
623 type: Feature
624 file: Rules
625 desc: added dive.rule
626 Trac: #519
627
628 * changes v1.30 -> v1.31:
629
630 Type: Driver
631 File: Host
632 Desc: added support for AMD Catalyst 14.9
633
634 Type: Driver
635 File: Host
636 Desc: added support for NV CUDA 6.5
637
638 Type: Driver
639 File: Kernel
640 Desc: Added support for NV new GPUs: "sm_52" (Maxwell v2), used in GTX 970/980
641
642 Type: Feature
643 File: Kernel
644 Desc: added new hash mode -m 12 = PostgreSQL
645
646 Type: Feature
647 File: Kernel
648 Desc: added new hash mode -m 123 = Django (SHA-1)
649
650 Type: Feature
651 File: Kernel
652 Desc: added new hash mode -m 501 = Juniper IVE
653
654 Type: Feature
655 File: Kernel
656 Desc: added new hash mode -m 4300 = md5(strtoupper(md5($pass)))
657
658 Type: Feature
659 File: Kernel
660 Desc: added new hash mode -m 3810 = md5($salt.$pass.$salt)
661
662 Type: Feature
663 File: Kernel
664 Desc: added new hash mode -m 9200 = Cisco $8$
665
666 Type: Feature
667 File: Kernel
668 Desc: added new hash mode -m 9300 = Cisco $9$
669
670 Type: Feature
671 File: Kernel
672 Desc: added new hash mode -m 9400 = Office 2007
673
674 Type: Feature
675 File: Kernel
676 Desc: added new hash mode -m 9500 = Office 2010
677
678 Type: Feature
679 File: Kernel
680 Desc: added new hash mode -m 9600 = Office 2013
681
682 Type: Feature
683 File: Kernel
684 Desc: added new hash mode -m 9700 = MS Office <= 2003 MD5 + RC4, oldoffice$0, oldoffice$1
685
686 Type: Feature
687 File: Kernel
688 Desc: added new hash mode -m 9710 = MS Office <= 2003 MD5 + RC4, collider-mode #1
689
690 Type: Feature
691 File: Kernel
692 Desc: added new hash mode -m 9720 = MS Office <= 2003 MD5 + RC4, collider-mode #2
693
694 Type: Feature
695 File: Kernel
696 Desc: added new hash mode -m 9800 = MS Office <= 2003 SHA1 + RC4, oldoffice$3, oldoffice$4
697
698 Type: Feature
699 File: Kernel
700 Desc: added new hash mode -m 9810 = MS Office <= 2003 SHA1 + RC4, collider-mode #1
701
702 Type: Feature
703 File: Kernel
704 Desc: added new hash mode -m 9820 = MS Office <= 2003 SHA1 + RC4, collider-mode #2
705
706 Type: Feature
707 File: Kernel
708 Desc: added new hash mode -m 9900 = Radmin2
709
710 Type: Feature
711 File: Kernel
712 Desc: added new hash mode -m 10000 = Django (PBKDF2-SHA256)
713 Trac: #473
714
715 Type: Feature
716 File: Kernel
717 Desc: added new hash mode -m 10100 = SipHash
718 Trac: #509
719
720 Type: Feature
721 File: Host
722 Desc: new feature to notice the user how many hashes were removed because of pot file remove feature
723 Trac: #506
724
725 Type: Feature
726 File: Host
727 Desc: output the MAC address (BSSID) too when cracking WPA/WPA2, pot file output is different too
728 Trac: #440
729
730 Type: Change
731 File: Host
732 Desc: renamed -m 8800 = Android FDE to -m 8800 = Android FDE <= 4.3
733
734 Type: Change
735 File: Docs
736 Desc: Removed docs/credits.txt
737
738 Type: Bug
739 File: Host
740 Desc: fixed problem with ADL fan speed information; only happening on some non-reference design Overdrive6 GPUs
741 Trac: #498
742
743 Type: Bug
744 File: Host
745 Desc: fixed crash with --debug-mode=x when number of rules was exactly 14 (approaching maximum amount of rules allowed)
746 Trac: #505
747
748 Type: Bug
749 File: Host
750 Desc: fixed inconsistency when using --show together with --username and different --outfile-format options
751 Trac: #513
752
753 * changes v1.21 -> v1.30:
754
755 Type: Driver
756 File: Kernel
757 Desc: Added support for AMD Catalyst v14.6 and v14.7 (beta) driver
758
759 Type: Driver
760 File: Kernel
761 Desc: Added support for NV ForceWare 340.24 driver
762
763 Type: Driver
764 File: Host
765 Desc: added support for AMD ADL 7.0
766
767 Type: Reimplementation
768 File: Host
769 Desc: Rewrote dispatcher thread from scratch
770
771 Type: Reimplementation
772 File: Kernel
773 Desc: Rewrote support for algorithm -m 7500 = Kerberos 5 AS-REQ Pre-Auth etype 23 as fast algorithm
774
775 Type: Feature
776 File: Kernel
777 Desc: Added support for algorithm -m 23 = Skype
778 Trac: #474
779
780 Type: Feature
781 File: Kernel
782 Desc: Added support for algorithm -m 133 = PeopleSoft
783 Trac: #419
784
785 Type: Feature
786 File: Kernel
787 Desc: Added support for algorithm -m 3710 = md5($salt.md5($pass))
788
789 Type: Feature
790 File: Kernel
791 Desc: Added support for algorithm -m 3711 = Mediawiki B type
792 Trac: #410
793
794 Type: Feature
795 File: Kernel
796 Desc: Added support for algorithm -m 8800 = Android FDE
797
798 Type: Feature
799 File: Host
800 Desc: Added support for algorithm -m 8900 = scrypt
801 Trac: #295
802
803 Type: Feature
804 File: Host
805 Desc: Allow the use of --show and --left while another instance of oclHashcat is running
806 Trac: #480
807
808 Type: Feature
809 File: Host
810 Desc: Added support for algorithm -m 9000 = Password Safe v2
811
812 Type: Feature
813 File: Host
814 Desc: Added support for algorithm -m 9100 = Lotus Notes/Domino 8
815
816 Type: Feature
817 File: Host
818 Desc: Added support for --increment with attack-mode 6 and attack-mode 7
819 Trac: #450
820
821 Type: Change
822 File: Kernel
823 Desc: Renamed -m 112 = Oracle 11g to -m 112 = Oracle 11g/12c
824
825 Type: Change
826 File: Kernel
827 Desc: Renamed -m 5200 = Password Safe SHA256 to -m 5200 = Password Safe v3
828
829 Type: Change
830 File: Kernel
831 Desc: Renamed -m 5800 = Samsung Android Password/PIN to -m 5800 = Android PIN
832
833 Type: Bug
834 File: Kernel
835 Desc: fixed bug in warp kernels were zero-byte leading plains are incorrectly displayed
836 Trac: #428
837
838 Type: Bug
839 File: Kernel
840 Desc: fixed bug in SAP CODVN B (BCODE) misses correct password in rare cases
841 Trac: #495
842
843 Type: Bug
844 File: Kernel
845 Desc: Enforce maximum password length for -m 8500 = RACF
846 Trac: #431
847
848 Type: Bug
849 File: Kernel
850 Desc: Rule iNX = Insert character X at position N didn't allow to insert a character at the very end of the plain
851 Trac: #457
852
853 Type: Bug
854 File: Host
855 Desc: fixed bug in bitmap table leading to uncracked 64-bit based hashes if bitmap_size > 0xffff
856
857 Type: Bug
858 File: Host
859 Desc: Separator for -m 22 = Juniper Netscreen/SSG (ScreenOS) should always be ':', regardless of --separator
860 Trac: #454
861
862 Type: Bug
863 File: Host
864 Desc: fixed memory problem of rules_optimize tool
865 Trac: #456
866
867 Type: Bug
868 File: Host
869 Desc: fixed crash with --show when using hash types which use "long" salts, e.g. -m 5600
870 Trac: #489
871
872 Type: Bug
873 File: Host
874 Desc: fixed output problem when using --attack-mode 1/6/7, sometimes output was truncated
875 Trac: #494
876
877 Type: Bug
878 File: Rules
879 Desc: Reduced generated2.rule file to 64k (65536) rules
880 Trac: #436
881
882 * changes v1.20 -> v1.21:
883
884 Type: Feature
885 File: Host
886 Desc: Added support for algorithm -m 2612 = PHPS
887
888 Type: Feature
889 File: Kernel
890 Desc: Added support for algorithm -m 8600 = Lotus Notes/Domino 5
891
892 Type: Feature
893 File: Kernel
894 Desc: Added support for algorithm -m 8700 = Lotus Notes/Domino 6
895
896 Type: Workaround
897 File: Kernel
898 Desc: Fixed performance drop on descrypt, LM and oracle-old initiated by AMD drivers
899
900 Type: Workaround
901 File: Host
902 Desc: Fixed problem with restoring ADL performance state when the clock size reported by the AMD driver didn't respect the clock step size
903 Trac: #435
904
905 Type: Workaround
906 File: Host
907 Desc: Fixed problem with setting ADL powertune value for r9 295x2 GPUs
908 Trac: #438
909
910 Type: Feature
911 File: Host
912 Desc: Added support for writing logfiles
913 Trac: #420
914
915 Type: Feature
916 File: Host
917 Desc: Added parameter --logfile-disable which should be self-explaining
918 Trac: #420
919
920 Type: Change
921 File: Host
922 Desc: Dictstat is now no longer session dependent and will always be based on oclHashcat installation directory
923 Trac: #437
924
925 Type: Change
926 File: Host
927 Desc: Use AMD custom profile settings instead of basing the AMD powertune/clock settings on maximum supported clock values
928 Trac: #433
929
930 Type: Bug
931 File: Host
932 Desc: Fixed VLIW size calculated by compute capability was broken for sm_50 -> cuModuleLoad() 301
933
934 Type: Bug
935 File: Host
936 Desc: Make --runtime count relative to real attack start not program start
937
938 Type: Bug
939 File: Host
940 Desc: Fixed problem with potfile remove when there are hashes in the .pot file with invalid length for the specific hash type selected
941
942 Type: Bug
943 File: Host
944 Desc: Don't allow --keyspace together with --increment or mask files
945 Trac: #430
946
947 Type: Bug
948 File: Host
949 Desc: Fixed bug with fan speed handling, if fan speed is manually set to a high enought value (e.g. 100%) oclHashcat shouldn't change it
950 Trac: #439
951
952 Type: Bug
953 File: Host
954 Desc: Problem with username parsing (--username) was fixed
955 Trac: #441
956
957 Type: Bug
958 File: Host
959 Desc: Fixed problem where IKE-PSK sha1/md5 (-m 5300/-m 5400) were wrongly recognized as shadow file formats
960 Trac: #443
961
962 Type: Bug
963 File: Host
964 Desc: Fixed problem where the 'delete range' rule (xNM) did not allow to remove charaters at the very end of the word
965 Trac: #444
966
967 Type: Bug
968 File: Host
969 Desc: Fixed memory problem when using .hcmask files together with --increment
970 Trac: #462
971
972 Type: Bug
973 File: Host
974 Desc: Fixed problem in benchmark mode when the user hits 'b' (bypass), the following algorithms were all skipped too
975 Trac: #469
976
977 Type: Bug
978 File: Host
979 Desc: Fixed Overdrive6 temperature query on some new AMD GPUs, fixes WARN: ADL_Overdrive5_Temperature_Get(): -5
980 Trac: #476
981
982 * changes v1.01 -> v1.20:
983
984 Type: Driver
985 File: Kernel
986 Desc: Added support for AMD Catalyst v14.4 (mantle) driver
987
988 Type: Driver
989 File: Kernel
990 Desc: Added support for AMD new GPUs: "Spectre", "Spooky", "Kalindi", "Hainan", "Iceland", "Tonga" and "Mullins"
991
992 Type: Driver
993 File: Kernel
994 Desc: Added support for NV ForceWare 331.67 driver
995
996 Type: Driver
997 File: Kernel
998 Desc: Added support for NV new GPUs: "sm_50" (Maxwell)
999
1000 Type: Reimplementation
1001 File: Kernel
1002 Desc: Rewrote multihash structure, ex: 290x can now load up to 100,000,000+ MD5/NTLM hashes at once
1003
1004 Type: Reimplementation
1005 File: Kernel and Host
1006 Desc: Rewrote rule engines (CPU and GPU) and made them more robust by synchronizing error handling
1007
1008 Type: Reimplementation
1009 File: Host
1010 Desc: Rewrote restore system from scratch; no longer requires same system with same GPUs
1011
1012 Type: Reimplementation
1013 File: Host
1014 Desc: Restructured .restore file; no longer create huge .restore files, stay < 2k of size
1015
1016 Type: Reimplementation
1017 File: Host
1018 Desc: Rewrote weak-hash check; support all algorithm types including salted ones
1019 Trac: #165
1020
1021 Type: Reimplementation
1022 File: Host
1023 Desc: Rewrote workload dispatching when progress is near to keyspace end; act more conservative
1024
1025 Type: Reimplementation
1026 File: Host
1027 Desc: Rewrote mechanism to control the fan with AMD GPUs
1028
1029 Type: Feature
1030 File: Kernel
1031 Desc: Added support for algorithm -m 22 = Juniper Netscreen/SSG (ScreenOS)
1032 Trac: #235
1033
1034 Type: Feature
1035 File: Kernel
1036 Desc: Added support for algorithm -m 200 = MySQL323
1037 Trac: #377
1038
1039 Type: Feature
1040 File: Kernel
1041 Desc: Added support for algorithm -m 1421 = hMailServer
1042 Trac: #401
1043
1044 Type: Feature
1045 File: Kernel
1046 Desc: Added support for algorithm -m 2410 = Cisco-ASA MD5
1047 Trac: #365
1048
1049 Type: Feature
1050 File: Kernel
1051 Desc: Added support for algorithm -m 4400 = md5(sha1($pass))
1052 Trac: #198
1053
1054 Type: Feature
1055 File: Kernel
1056 Desc: Added support for algorithm -m 4500 = Double SHA1
1057 Trac: #390
1058
1059 Type: Feature
1060 File: Kernel
1061 Desc: Added support for algorithm -m 4700 = sha1(md5($pass))
1062 Trac: #198
1063
1064 Type: Feature
1065 File: Kernel
1066 Desc: Added support for algorithm -m 4800 = MD5(Chap), iSCSI CHAP authentication
1067 Trac: #214
1068
1069 Type: Feature
1070 File: Kernel
1071 Desc: Added support for algorithm -m 6251 = TrueCrypt 5.0+ PBKDF2-HMAC-RipeMD160 + AES + hidden-volume
1072 Trac: #378
1073
1074 Type: Feature
1075 File: Kernel
1076 Desc: Added support for algorithm -m 6261 = TrueCrypt 5.0+ PBKDF2-HMAC-SHA512 + AES + hidden-volume
1077 Trac: #378
1078
1079 Type: Feature
1080 File: Kernel
1081 Desc: Added support for algorithm -m 6271 = TrueCrypt 5.0+ PBKDF2-HMAC-Whirlpool + AES + hidden-volume
1082 Trac: #378
1083
1084 Type: Feature
1085 File: Kernel
1086 Desc: Added support for algorithm -m 6281 = TrueCrypt 5.0+ PBKDF2-HMAC-RipeMD160 + AES + hidden-volume + boot-mode
1087 Trac: #378
1088
1089 Type: Feature
1090 File: Kernel
1091 Desc: Added support for algorithm -m 7300 = IPMI2 RAKP HMAC-SHA1
1092 Trac: #233
1093
1094 Type: Feature
1095 File: Kernel
1096 Desc: Added support for algorithm -m 7600 = Redmine Project Management Web App
1097 Trac: #391
1098
1099 Type: Feature
1100 File: Kernel
1101 Desc: Added support for algorithm -m 7700 = SAP CODVN B (BCODE)
1102 Trac: #177
1103
1104 Type: Feature
1105 File: Kernel
1106 Desc: Added support for algorithm -m 7800 = SAP CODVN F/G (PASSCODE)
1107 Trac: #177
1108
1109 Type: Feature
1110 File: Kernel
1111 Desc: Added support for algorithm -m 7900 = Drupal7
1112 Trac: #326
1113
1114 Type: Feature
1115 File: Kernel
1116 Desc: Added support for algorithm -m 8000 = Sybase ASE
1117 Trac: #193
1118
1119 Type: Feature
1120 File: Kernel
1121 Desc: Added support for algorithm -m 8100 = Citrix Netscaler
1122 Trac: #369
1123
1124 Type: Feature
1125 File: Kernel
1126 Desc: Added support for algorithm -m 8200 = 1Password, cloudkeychain
1127 Trac: #126
1128
1129 Type: Feature
1130 File: Kernel
1131 Desc: Added support for algorithm -m 8300 = DNSSEC (NSEC3)
1132 Trac: #387
1133
1134 Type: Feature
1135 File: Kernel
1136 Desc: Added support for algorithm -m 8400 = WBB3, Woltlab Burning Board 3
1137 Trac: #181
1138
1139 Type: Feature
1140 File: Kernel
1141 Desc: Added support for algorithm -m 8500 = RACF
1142 Trac: #192
1143
1144 Type: Feature
1145 File: Kernel
1146 Desc: Added support for $2y$ and $2a$ bcrypt signatures
1147 Trac: #251
1148
1149 Type: Feature
1150 File: Kernel
1151 Desc: Added support for higher cost factors for -m 400 = phpass
1152 Trac: #280
1153
1154 Type: Feature
1155 File: Kernels
1156 Desc: Increased support for username length up to 20 for -m 1100 = Domain Cached Credentials, mscash
1157 Trac: #379
1158
1159 Type: Feature
1160 File: Kernels
1161 Desc: Increased support for username length up to 20 for -m 2100 = Domain Cached Credentials2, mscash2
1162 Trac: #379
1163
1164 Type: Feature
1165 File: Kernels
1166 Desc: Added support for mixed cracking WPA and WPA2 at once, no more need for split
1167 Trac: #388
1168
1169 Type: Feature
1170 File: Host
1171 Desc: Added support for Tesla Deployment Kit v5.319.85
1172
1173 Type: Feature
1174 File: Host
1175 Desc: Added parameter --workload-profile to give the user a convenient way to set the reduced, default or tuned performance tuning options
1176
1177 Type: Feature
1178 File: Host
1179 Desc: Added parameter -s for use in distributed computing, mark skip of range of keyspace
1180
1181 Type: Feature
1182 File: Host
1183 Desc: Added parameter -l for use in distributed computing, mark length of range of keyspace
1184
1185 Type: Feature
1186 File: Host
1187 Desc: Added parameter --keyspace for use in distributed computing, calculate keyspace
1188
1189 Type: Feature
1190 File: Host
1191 Desc: Load already cracked hashes from potfile on startup to avoid double cracking
1192
1193 Type: Feature
1194 File: Host
1195 Desc: Added inline induction directory that can be used for on-the-fly adding of new password candidates
1196
1197 Type: Feature
1198 File: Host
1199 Desc: Added switch --loopback to automatically write cracked plains into a file in the induction directory
1200
1201 Type: Feature
1202 File: Host
1203 Desc: Added debugging support for rules as in hashcat CPU; used for rule- and dictionary efficiency analysis
1204
1205 Type: Feature
1206 File: Host
1207 Desc: Added parameter --debug-mode and --debug-file to write found plains and/or rules as in hashcat CPU
1208
1209 Type: Feature
1210 File: Host
1211 Desc: Added --debug-mode 4 == original_plain:rule:modified_plain
1212 Trac: #317
1213
1214 Type: Feature
1215 File: Host
1216 Desc: Added tweaks for AMD OverDrive 6 (powercontrol, core- and mem-clock profiles)
1217
1218 Type: Feature
1219 File: Host
1220 Desc: Added switch --powertune-disable to allow users to disable automatic power tuning for AMD OverDrive 6
1221
1222 Type: Feature
1223 File: Host
1224 Desc: Added --induction-dir to allow the users to specify the folder which will be used instead of the default induct folder
1225
1226 Type: Feature
1227 File: Host
1228 Desc: Added --outfile-check-dir to allow the users to specify the folder which should be monitored for cracked hashes
1229
1230 Type: Feature
1231 File: Host
1232 Desc: Added --outfile-check-timer to allow the users to control the outfile/potfile reading frequency (0 = disabled)
1233
1234 Type: Feature
1235 File: Host
1236 Desc: Added periodic outfile reading such that user can remove hashes while cracking by appending the hash[:salt]:plain to the file
1237
1238 Type: Feature
1239 File: Host
1240 Desc: Added support for automatic detection for hashfile-formats like pwdump, passwd, shadow, etc.
1241 Trac: #393
1242
1243 Type: Feature
1244 File: Host
1245 Desc: Undo fan speed changes by oclHashcat after stopping/aborting
1246 Trac: #238
1247
1248 Type: Feature
1249 File: Host
1250 Desc: Added support loading $HEX[...] format from dictionaries
1251
1252 Type: Feature
1253 File: Host
1254 Desc: Added switch --outfile-autohex-disable to disable $HEX[...] format
1255
1256 Type: Feature
1257 File: Host
1258 Desc: Added switch --hex-wordlist to enable parsing words in wordlists given in hex
1259
1260 Type: Feature
1261 File: Host
1262 Desc: Increased maximum bitmap size to 24 bits to speed up cracking of huge hashlists at once
1263
1264 Type: Feature
1265 File: Host
1266 Desc: Added parameter --bitmap-max to help loading huge hashlists and with small gpu ram
1267
1268 Type: Feature
1269 File: Host
1270 Desc: Added parameter --weak-hash-threshold to set a maximum number of salts for which weak hashes should be checked
1271
1272 Type: Feature
1273 File: Host
1274 Desc: Added parameter --remove-timer to set the frequency the hash-file should be updated when using --remove
1275
1276 Type: Feature
1277 File: Host
1278 Desc: Added bit for parameter --outfile-format to print the position of a candidate that cracked a hash
1279
1280 Type: Feature
1281 File: Host
1282 Desc: Added parameter --status-automat to let oclHashcat display the status view in a machine readable format
1283 Trac: #406
1284
1285 Type: Feature
1286 File: Host
1287 Desc: Added column "Skipped" to status display to showing skipped candidates because of cracked salt(s)
1288
1289 Type: Feature
1290 File: Host
1291 Desc: Improved handling of signals and terminate events; SIGTERM support and windows cmd close handling
1292 Trac: #143
1293
1294 Type: Feature
1295 File: Host
1296 Desc: Added ability to use restore files from previous versions in case the structure did not change
1297
1298 Type: Feature
1299 File: Host
1300 Desc: Set default retain and abort temperatures for AMD OverDrive6 GPUs according to the values reported by ADL
1301 Trac: #225
1302
1303 Type: Feature
1304 File: Host
1305 Desc: Added parameter -v to displays the version string (as -V does)
1306 Trac: #252
1307
1308 Type: Feature
1309 File: Host
1310 Desc: Added support to load and save invalid salt characters used in descrypt
1311 Trac: #269, #405
1312
1313 Type: Feature
1314 File: Host
1315 Desc: Added support for variable iteration number for -m 2100 = mscash2
1316 Trac: #380
1317
1318 Type: Feature
1319 File: Host
1320 Desc: outfile-check and potfile remove (at startup) can now also be used together with hash mode 2500 = WPA/WPA2 and 6800 = Lastpass
1321 Trac: #400
1322
1323 Type: Feature
1324 File: Host
1325 Desc: Added rules_optimizer standalone binary for use with debug-rules mode 3 output files
1326
1327 Type: Feature
1328 File: Host
1329 Desc: While parsing hashes on start inform user about the progress
1330
1331 Type: Feature
1332 File: Rules
1333 Desc: Added InsidePro-HashManager.rule
1334
1335 Type: Feature
1336 File: Rules
1337 Desc: Added generated2.rule, each one cracked a real hash, sorted by occourance. use head -XXXX to make a top XXXX
1338 Cred: EvilMog
1339
1340 Type: Change
1341 File: Rules
1342 Desc: Renamed passwordspro.rule to InsidePro-PasswordsPro.rule
1343
1344 Type: Change
1345 File: Host
1346 Desc: Modified output plains to $HEX[...] format in case cracked password contains chars outside 0x20 - 0x80 ASCII range
1347 Trac: #148
1348
1349 Type: Change
1350 File: Host
1351 Desc: Modified switch --potfile-disable to disable loading already cracked hashes from potfile on startup
1352
1353 Type: Change
1354 File: Host
1355 Desc: Save potfile and dicstat in the current working directory instead of installation directory
1356 Trac: #281
1357
1358 Type: Change
1359 File: Host
1360 Desc: Change input hash format for -m 2100 = mscash2
1361 Trac: #380
1362
1363 Type: Change
1364 File: Host
1365 Desc: Update tab completion for bash (in extra folder) to match up with new parameters
1366
1367 Type: Change
1368 File: Host
1369 Desc: Renamed switch --disable-potfile to --potfile-disable to match up parameter logic
1370
1371 Type: Change
1372 File: Host
1373 Desc: Renamed switch --disable-restore to --restore-disable to match up parameter logic
1374
1375 Type: Change
1376 File: Docs
1377 Desc: Help and docs update to underline that OSX 10.9 uses same format as 10.8
1378 Trac: #236
1379
1380 Type: Change
1381 File: Docs
1382 Desc: Help and docs update to underline that MSSQL(2014) uses same format as MSSQL(2012)
1383
1384 Type: Change
1385 File: Docs
1386 Desc: Removed examples.txt; see wiki for more information
1387 Trac: #236
1388
1389 Type: Change
1390 File: Host
1391 Desc: Renamed hash type Joomla into 'Joomla < 2.5.18', -m 400 has now also the note about MD5(Joomla)
1392 Trac: #402
1393
1394 Type: Bug
1395 File: Kernel
1396 Desc: Raw whirlpool -m 6100 hashes could not be cracked in -a 1 combinator mode
1397
1398 Type: Bug
1399 File: Host
1400 Desc: If increment and masks were used in combination, status display needs reset to INIT after each iteration
1401
1402 Type: Bug
1403 File: Host
1404 Desc: In attack-mode 1 and 7, if at least one word in right wordlist is exactly of length 31, memory corruption occoured over time
1405
1406 Type: Bug
1407 File: Host
1408 Desc: Status timer should be enabled by default when in stdin mode
1409 Trac: #218
1410
1411 Type: Bug
1412 File: Host
1413 Desc: Improved reading of fan speed and temperature; It sometimes failed when using twin GPUs on windows
1414 Trac: #231
1415
1416 Type: Bug
1417 File: Host
1418 Desc: File handling ('Permission denied' error) fixed when using --remove with -m 2500
1419 Trac: #395
1420
1421 Type: Distribution
1422 File: Packages
1423 Desc: Created two packages for download: oclHashcat-* for AMD, cudaHashcat-* for CUDA
1424
1425 * changes v1.00 -> v1.01:
1426
1427 Type: Driver
1428 File: Kernel
1429 Desc: Added support for AMD Catalyst v13.12
1430
1431 Type: Feature
1432 File: Host
1433 Desc: Added switch --generate-rules-seed, sets seed used for randomization so rulesets can be reproduced
1434
1435 Type: Feature
1436 File: Host
1437 Desc: Added some hcchr charset files in /charsets, some new files: Bulgarian, Polish, Hungarian
1438 Cred: Rub3nCT
1439
1440 Type: Bug
1441 File: Host
1442 Desc: When using -m 2500 w/ multi hccap files there was no error shown if the user mixed WPA and WPA2 networks, this is currently not allowed
1443 Trac: #222
1444
1445 * initial version 1.00
1446
1447 first public release, oclHashcat is a fusion of oclHashcat-plus v0.15 and oclHashcat-lite v0.15
1448
1449 Type: Driver
1450 File: Kernel
1451 Desc: Added support for AMD Catalyst v13.8b*
1452
1453 Type: Driver
1454 File: Kernel
1455 Desc: Added support for AMD Catalyst v13.9
1456
1457 Type: Driver
1458 File: Kernel
1459 Desc: Added support for AMD Catalyst v13.11b*
1460
1461 Type: Driver
1462 File: Kernel
1463 Desc: Added support for AMD R9 series
1464
1465 Type: Driver
1466 File: Kernel
1467 Desc: Added support for AMD APP SDK v2.9
1468
1469 Type: Feature
1470 File: Kernel
1471 Desc: Added support for algorithm -m 50 = HMAC-MD5 (key = $pass)
1472
1473 Type: Feature
1474 File: Kernel
1475 Desc: Added support for algorithm -m 60 = HMAC-MD5 (key = $salt)
1476
1477 Type: Feature
1478 File: Kernel
1479 Desc: Added support for algorithm -m 150 = HMAC-SHA1 (key = $pass)
1480
1481 Type: Feature
1482 File: Kernel
1483 Desc: Added support for algorithm -m 160 = HMAC-SHA1 (key = $salt)
1484
1485 Type: Feature
1486 File: Kernel
1487 Desc: Added support for algorithm -m 190 = sha1(LinkedIn)
1488 Trac: #190
1489
1490 Type: Feature
1491 File: Kernel
1492 Desc: Added support for algorithm -m 1450 = HMAC-SHA256 (key = $pass)
1493 Trac: #97
1494
1495 Type: Feature
1496 File: Kernel
1497 Desc: Added support for algorithm -m 1460 = HMAC-SHA256 (key = $salt)
1498 Trac: #97
1499
1500 Type: Feature
1501 File: Kernel
1502 Desc: Added support for algorithm -m 1750 = HMAC-SHA512 (key = $pass)
1503
1504 Type: Feature
1505 File: Kernel
1506 Desc: Added support for algorithm -m 1760 = HMAC-SHA512 (key = $salt)
1507
1508 Type: Feature
1509 File: Kernel
1510 Desc: Added support for algorithm -m 7500 = Kerberos 5 AS-REQ Pre-Auth etype 23
1511
1512 Type: Feature
1513 File: Host
1514 Desc: Added tab completion for bash (in extra folder)
1515
1516 Type: Feature
1517 File: Host
1518 Desc: Added support for Tesla Deployment Kit v5.319.43
1519
1520 Type: Feature
1521 File: Host
1522 Desc: Added support for NVAPI R319
1523
1524 Type: Feature
1525 File: Host
1526 Desc: Added switch --benchmark, run several hash modes in benchmark mode for speed tests
1527
1528 Type: Feature
1529 File: Host
1530 Desc: Added switch --disable-restore option, don't write/update nor touch restore file
1531
1532 Type: Feature
1533 File: Host
1534 Desc: Added support for hccap files containing several networks
1535 Trac: #167
1536
1537 Type: Feature
1538 File: Host
1539 Desc: Show the status by hitting the s key or the Enter key, show the status when dict or mask Changed
1540 Trac: #189
1541
1542 Type: Feature
1543 File: Host
1544 Desc: Show line progress for maskfiles (.hcmask)
1545 Trac: #206
1546
1547 Type: rules
1548 File: T0XlC.rule
1549 Desc: cleaned, original T0XlC.rule
1550 Cred: T0XlC
1551
1552 Type: rules
1553 File: T0XlCv1.rule
1554 Desc: Added ruleset with 12000 random rules
1555 Cred: T0XlC
1556
1557 Type: rules
1558 File: T0XlC_insert_00-99_1950-2050_toprules_0_F.rule
1559 Desc: Added ruleset with insert rules from position 0 to position F (00-99,1950-2050)
1560 Cred: T0XlC
1561
1562 Type: rules
1563 File: T0XlC_insert_space_and_special_0_F.rule
1564 Desc: Added ruleset with insert rules from position 0 to position F (special characters)
1565 Cred: T0XlC
1566
1567 Type: rules
1568 File: T0XlC_insert_top_100_passwords_1_G.rule
1569 Desc: Added ruleset with insert rules from position 0 to position F (top 100 passwords)
1570 Cred: T0XlC
1571
1572 Type: Bug
1573 File: Host
1574 Desc: problem while performing the --remove operation in windows fixed - timing problem (Permission denied error)
1575
1576 Type: Bug
1577 File: Host
1578 Desc: Fixed mask length display in status screen when using hash types that internally use unicode
1579
1580 Type: Bug
1581 File: Host
1582 Desc: Hash files that did not end with a newline character were not parsed correctly
1583
1584 Type: Bug
1585 File: Host
1586 Desc: Fixed crash when hitting CTRL-C, when receiving abort signals
1587
1588 Type: Bug
1589 File: Host
1590 Desc: Fixed freeze, flush problem w/ progress at ~100%
1591 Trac: #82
1592
1593 Type: Bug
1594 File: Host
1595 Desc: Fixed russian charset files (hcchr), removed unnecessary chars
1596 Trac: #194
1597
1598 Type: Bug
1599 File: Host
1600 Desc: Fixes a crash when using --username together with --remove
1601 Trac: #197
1602
1603 Type: Change
1604 File: Host
1605 Desc: new default status-timer value is 10 seconds instead of 1 minute