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