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