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