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