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