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