Commit Graph

3175 Commits (41f5cce0f1da23e978591e666850aed6a025be4a)
 

Author SHA1 Message Date
jsteube 33aeae6090 For CYGWIN prefer to use "opencl.dll" (installed by drivers) instead of optional "cygOpenCL-1.dll"
8 years ago
jsteube 6d8e938549 Added production flag in Makefile to disable all the GCC compiler options needed only for development
8 years ago
jsteube 1f756bf752 Include passwords for removed hashes present in the potfile to next loopback iteration
8 years ago
jsteube 1f266fb0f2 Added new event EVENT_WEAK_HASH_ALL_CRACKED if all hashes have been cracked during weak hash check
8 years ago
jsteube e1b5de12d5 Fixed potfile loading to accept blank passwords
8 years ago
jsteube dca74af23f Prepare for v3.30 release
8 years ago
jsteube d36cc4c5cb Give some extra space for plain_buf1 in case $HEX[...] is added
8 years ago
jsteube a3159625b3 Update changes.txt regarding Iris Pro changes
8 years ago
Jens Steube 9d98d696c0 Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
Jens Steube feb6d4f740 Fixed buffer overflow in status screen display in case of long non-utf8 string
8 years ago
Jens Steube 41c3b886a2 Merge pull request #944 from leonklingele/irispro-tune-truecrypt
8 years ago
Leon Klingele 991c79f0bf
Iris Pro: Tune {True,Vera}Crypt
8 years ago
jsteube a4f40ac226 Added old potfile detection, show warning message
8 years ago
jsteube 8a47c32537 Fixed display screen to show input queue when using custom charset or rules
8 years ago
Jens Steube b0ff13b496 Truecrypt/Veracrypt: Use CRC32 to verify headers instead of fuzzy logic, greatly reduces false positives from 18:2^48 to 3:2^64
8 years ago
Jens Steube fe37fce73f Merge pull request #941 from lifanov/master
8 years ago
Jens Steube d73c8ebb2a Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
Jens Steube 0cdf929ab2 Fix -m 9720 byte swaps
8 years ago
Nikolai Lifanov 9616c80e25 respect ports tree CFLAGS and LFLAGS step 2
8 years ago
Jens Steube e5d72589b4 Merge pull request #940 from lifanov/master
8 years ago
Jens Steube e527bb15e2 Merge pull request #939 from leonklingele/irispro-tune-8700
8 years ago
Nikolai Lifanov 4cce9a9fd1 respect ports tree CFLAGS and LFLAGS
8 years ago
Leon Klingele acb4f2a796
Iris Pro: Tune 8700
8 years ago
Jens Steube fd2ea078bc Merge pull request #938 from matrix/master
8 years ago
Gabriele Gristina 472206384d Try fix -rpath usage
8 years ago
jsteube d2c76d9320 This commit splits the native hashcat binary into the hashcat library and hashcat frontend.
8 years ago
jsteube 83151ec2bb Do not set _GNU_SOURCE if it's set already
8 years ago
jsteube 9f64f9e705 Removed *throttled* message from NVML as this created more confusion than it helped
8 years ago
jsteube 4a81601c0a Reenabled automatic status screen display in case of stdin used
8 years ago
Jens Steube a192cda224 Merge pull request #933 from matrix/fixTestSh
8 years ago
jsteube b42a177528 Fixes https://github.com/hashcat/hashcat/issues/934
8 years ago
Gabriele Gristina 3b5dfb06e9 Fix test.sh -m all bug & truecrypt tests
8 years ago
jsteube ada22000b5 Fixes https://github.com/hashcat/hashcat/issues/932
8 years ago
jsteube 07078e8c14 Added hashcat32.dll and hashcat64.dll makefile targets for building hashcat windows libraries
8 years ago
jsteube 45aae6a178 Switched matching ADL device with OpenCL device by using PCI bus, device and function
8 years ago
Jens Steube f22836b35e Switched matching xnvctrl device with OpenCL device by using PCI bus, device and function
8 years ago
Jens Steube c77c9ff72e Switched matching NvAPI device with OpenCL device by using PCI bus, device and function
8 years ago
Jens Steube 2c82e53d38 Switched matching NVML device with OpenCL device by using PCI bus, device and function
8 years ago
jsteube ee6b81aa62 Add hm_NVML_nvmlDeviceGetPciInfo() for later use
8 years ago
Jens Steube d259f96790 Fix -m 10600 and -m 10700 parser
8 years ago
jsteube 514fc0fe75 Switch hex_to_u32() to LE
8 years ago
jsteube ceed66d50b Switch hex_to_u64() to LE
8 years ago
jsteube f0b287e838 Get rid of bin_to_hex_lower(), add u8_to_hex_lower(), u32_to_hex_lower() and u64_to_hex_lower()
8 years ago
jsteube 45479978c4 Fix some warning messages
8 years ago
jsteube 89d0d99bdb Shader Model version message is confusing users, rename it to CUDA version
8 years ago
jsteube 9113a57fe6 Use vasprintf not asprintf
8 years ago
jsteube a077a72a4e Merge branch 'master' of https://github.com/hashcat/hashcat
8 years ago
jsteube 6ece83760d Add wrapping function for asprintf()
8 years ago
jsteube fa5b5d298d Hash Parser: Improved error detection of invalid hex characters where hex character are expected
8 years ago
jsteube 72af615e8b WPA cracking: Reuse PBKDF2 intermediate keys if duplicate essid is detected
8 years ago