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