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