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