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