Added parameter --potfile-path to override default potfile path
[hashcat.git] / docs / changes.txt
index 6f5759d..fcc4b41 100644 (file)
@@ -27,6 +27,15 @@ Type.: Feature
 File.: Kernel
 Desc.: Added new hash mode -m 13300 = AxCrypt in memory SHA1
 
+Type.: Feature
+File.: Kernel
+Desc.: Added new hash mode -m 13400 = Keepass 1 (AES/Twofish) and Keepass 2 (AES)
+Issue: 92
+
+Type.: Feature
+File.: Kernel
+Desc.: Added new hash mode -m 125 = ArubaOS
+
 Type.: Feature
 File.: Kernel
 Desc.: Extended support from 14 to 255 functions calls per rule on GPU
@@ -102,6 +111,11 @@ Type.: Feature
 File.: Host
 Desc.: Run weak-hash checks only in straight-attack mode, this greatly reduces code complexity
 
+Type.: Change
+File.: Host
+Desc.: Added parameter --potfile-path to override default potfile path
+Issue: 99
+
 Type.: Change
 File.: Host
 Desc.: Renamed option --gpu-accel to --kernel-accel
@@ -130,6 +144,11 @@ Type.: Change
 File.: Host
 Desc.: Stick to older libOpenCL to avoid errors like this: version `OPENCL_2.0' not found
 
+Type.: Change
+File.: Host
+Desc.: Use a fixed path for the potfile rather than session depending
+Issue: 99
+
 Type.: Bug
 File.: Host
 Desc.: Fixed a bug in combination of --restore and a user immediately aborting the session after restart
@@ -167,6 +186,27 @@ Type.: Bug
 File.: Host
 Desc.: Fixed some checks in the parser of -m 5300 = IKE-PSK MD5 and -m 5400 = IKE-PSK SHA1
 
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 5500 = NetNTLMv1
+
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 5600 = NetNTLMv2
+
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 8900 = scrypt
+
+Type.: Bug
+File.: Host
+Desc.: Fixed some checks in the parser of -m 10200 = Cram MD5
+
+Type.: Bug
+File.: Host
+Desc.: MAC and Nonce won't appear sorted in output anymore (same order like in .hccap file)
+Issue: 288
+
 * changes v2.00 -> v2.01:
 
 Type.: Bug