Commit Graph

1089 Commits (976f50a56ba15767c943442d37f8106085a7baf8)

Author SHA1 Message Date
DoZ10 976f50a56b Code cleanup.
7 years ago
DoZ10 3ce9597685 Renamed load64_inv -> load64_reverse
7 years ago
DoZ10 afdef5ce1c fix: Kernel m00600_a3.cl function s04.
7 years ago
DoZ10 d455c18d4b saved.
7 years ago
DoZ10 c3b95db072 rm: cleanup files.
7 years ago
DoZ10 d5ca5d59db add: lots of things....
7 years ago
DoZ10 69dad31a29 fix: changed -m 6200 -> 600
7 years ago
DoZ10 abb0f84985 fix: m number in cl file.
7 years ago
DoZ10 bf45f87d39 random work...
7 years ago
DoZ10 4e9bb8b093 init
7 years ago
jsteube 26949a4fce WPA cracking: Improved nonce-error-corrections mode to fix corrupt nonce generated on Big-Endian devices
7 years ago
jsteube d1b2fa0b31 Added hash-mode 15100 = Juniper/NetBSD sha1crypt
7 years ago
jsteube 2bc65c2c4d A bit a different _comp kernel iteration for WPA which can have lots of handshakes
7 years ago
jsteube bea0e52cdb Remove unused variable
7 years ago
jsteube c04dd5c8b1 WPA cracking: Added support for WPA/WPA2 handshake AP nonce automatic error correction
7 years ago
jsteube 33a043ec63 Refactored internal use of esalt from sync with number of salts to sync with number of digests
7 years ago
jsteube 89f8739dde Fixed overflow in bcrypt kernel in expand_key() function
7 years ago
philsmd 35c1f731b8
osx: some more volatile are required for luks/tc
7 years ago
philsmd fbb1f92d2b
osx: -m 3200 = bcrypt needs a volatile variable
7 years ago
jsteube 72edd17481 Workaround -m 9100 to run on AMDGPU-Pro
7 years ago
jsteube a5b8a91d58 Small -m 9100 cleanups
7 years ago
Jens Steube e82ce9243d Added support for filtering hccapx message pairs using --hccapx-message-pair
7 years ago
Jens Steube 0fc949ef69 Fixed cracking of PeopleSoft Token if salt length + password length is >= 128 byte
7 years ago
jsteube 2ece9742e1 Compress multiple newlines to one
7 years ago
jsteube d0fa9d059d Remove some unused macros
7 years ago
jsteube 22be61b20d Remove aligned __constant datatypes from OpenCL kernel function declarations
7 years ago
jsteube 6401c58568 Align all the __constant buffers to workaround OpenCL JIT compiler errors in NV drivers 378.x
7 years ago
jsteube 3fb433de60 Remove __constant from OpenCL kernel function declarations
7 years ago
jsteube ecb851ecda Testwise workaround for -m 9100 on 378.x
7 years ago
jsteube c094f3b511 Workaround added for NVidia OpenCL runtime: RACF kernel requires EBCDIC lookup to be done on shared memory
7 years ago
Jens Steube 2dd8018915 Fix -m 4520 for salt length exactly 15
7 years ago
jsteube 7aab78fb52 Fix broken SHA512 in LUKS due to union refactoring in tmps variable
7 years ago
jsteube ba5fb80a38 Refactor kernel declarations for Skip32 to enable OSX using it
7 years ago
Jens Steube 4a3c90dd3c Fixes https://github.com/hashcat/hashcat/issues/1123
7 years ago
jsteube 9b08d4af0f Update hccapx format to version 4
7 years ago
Jens Steube dd55c1eb66 WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:mac_ap:mac_sta:essid
7 years ago
jsteube bbb4c74e85 OpenCL Kernel: Remove "static" keyword from function declarations; Causes older Intel OpenCL runtimes to fail compiling
7 years ago
jsteube 63b7321be2 Fixed WPA/WPA2 cracking in case eapol frame is >= 248 byte
8 years ago
jsteube 366f5133ac Workaround added for AMDGPU-Pro OpenCL runtime: RAR3 kernel require a volatile variable to work correctly
8 years ago
philsmd 227c0be95e
resolves #1018: added -m 3910 = md5(md5($pass).md5($salt))
8 years ago
jsteube 717da7f4f2 Added support for loading hccapx files
8 years ago
philsmd c18c2950c9
mv switch_buffer_by_offset_8x4_le_S and switch_buffer_by_offset_8x4_le_VV () into inc_common.cl
8 years ago
philsmd 15a9644f2a
fixes #943: added -m 15000 = FileZilla Server >= 0.9.55
8 years ago
jsteube c1d88f3234 Fix updated switch_buffer_* functions to run on AMD
8 years ago
philsmd fe6309caa7
fixes #398: added -m 4110 md5($salt.md5($pass.$salt))
8 years ago
philsmd 8e689058d0
#398: add -m 4010 = md5($salt.md5($salt.$pass))
8 years ago
jsteube 16beac5b07 Fix kernel m04520_a3.cl
8 years ago
jsteube fbae77b976 Fix kernel m04520_a1.cl
8 years ago
jsteube b886dc3ede Fix kernel m04520_a0.cl
8 years ago
jsteube e0c3f447da Added hash-mode 4520 = sha1($salt.sha1($pass))
8 years ago