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