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