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