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