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