Commit Graph

1256 Commits (a91d048c04e62c322d08d37e6ba33b4b9b237fb9)

Author SHA1 Message Date
jsteube ad242c2f12 Working example of generic salt up to length 256 for mode 2100
7 years ago
jsteube 2c92465036 Add HMAC functionality to inc_hash_md4.cl and make DCC2 use it, resulting in support for longer domain names
7 years ago
jsteube 4174f06008 PoC using a length-independant MD4 hash processing in -m 2100
7 years ago
jsteube a673aee037 Very hot commit, continue reading here:
7 years ago
jsteube c9caca2b0c Increase max password length for DCC2 to 32
7 years ago
Jens Steube bd01228ad5 Get rid of reqd_work_group_size(), no longer needed
7 years ago
jsteube 8a3ed7fe75 Small WPA improvement, do not check the same candidate twice for LE and BE
7 years ago
jsteube cf57365e7c Check hashes_shown[] whenever calling mark_hash directly.
7 years ago
jsteube 4b2d9f0f29 Fix for https://github.com/hashcat/hashcat/issues/1276
7 years ago
jsteube e9c010115d Fix some spacing
7 years ago
Jens Steube e87fb31d3f WPA cracking: Improved nonce-error-corrections mode to use a both positive and negative corrections
7 years ago
Jens Steube 7e5b8d3f25 Added hash-mode 15500 = JKS Java Key Store Private Keys (SHA1)
7 years ago
jsteube b8ad89c529 Rename function and variables containing 'unicode' to 'utf16le' because that's what's meant actually
7 years ago
Royce Williams 3fc185a66b tidy changes.txt and name normalizations
7 years ago
Jens Steube 542f73eb17 Move luks_tmp_t to correct position in inc_types.h
7 years ago
Jens Steube 9a1951d61c synchronize host and opencl types
7 years ago
Jens Steube ae5fdba20f Add make_unicode and undo_unicode BE version
7 years ago
Jens Steube b23ab71d5c - Added hash-mode 15600 = Ethereum Wallet, PBKDF2-HMAC-SHA256
7 years ago
DoZ10 6ced398c3c Addressed comments and added 15400 to benchmark.c and tab_completion
7 years ago
DoZ10 5683df2e17 Fixed conflicts
7 years ago
DoZ10 8b6120243d Applied performance changes and fixed multi-mode bad implementation
7 years ago
DoZ10 f31f057113 Fixed minor error in offset calculation.
7 years ago
DoZ10 8dfd1bf066 Final. Implemented offset parameter to reach next keystream in kernels. Tested all kernels with scalar and vector modes
7 years ago
DoZ10 cfc3fa64c0 Implemented offset parameter to reach full ks block of 64 bytes
7 years ago
Fist0urs a78dce94db All remarks treated:
7 years ago
DoZ10 5ab5e6c7b6 Added salt section comment in kernels
7 years ago
DoZ10 9dee1d274d Removed plain_length parameter and copied esalt buffer to salt ofr sorting mechanism.
7 years ago
DoZ10 0d3b5393ef Swapped mode 670 -> 15400
7 years ago
Fist0urs 7ff09c6710 Preparing PR
7 years ago
DoZ10 c50e8bc486 Fixed position parameters. Tested all kernels. Ok.
7 years ago
DoZ10 2fd31ed89f Completed kernel a3
7 years ago
DoZ10 dd1deb8ed3 Completed kernel a1
7 years ago
DoZ10 8511d9f047 Completed kernel a0.
7 years ago
DoZ10 3c67e0054c Implemented Perl test and fixed issues. Now have a working base.
7 years ago
DoZ10 cd9dc989ce Implemented Chacha20 crypto.
7 years ago
Fist0urs 40bbb0023c Merge branch 'master' of https://github.com/hashcat/hashcat into DPAPImk
7 years ago
Fist0urs d537712f27 Both DPAPImk v1 and v2 work for single hash, still a bug on multi-hash
7 years ago
DoZ10 f6cd42352d CPU parsing mostly done. Kernel showing good values.
7 years ago
DoZ10 152f0b5152 Init work on Chacha20
7 years ago
Jens Steube b924901bb0 Merge pull request #1226 from DoZ10/master
7 years ago
Fist0urs 29d331ee17 hmac-sha1 + SID almost working, padding problem
7 years ago
DoZ10 dcd8306b6f Fixed naming convention for kernel blake2_t type
7 years ago
DoZ10 ee558c625d Copied esalt buffer into kernel in the outer loop
7 years ago
DoZ10 8aa389b286 Fixed coding style convention for for() loops
7 years ago
Fist0urs 014278ab0e Working:
7 years ago
DoZ10 22b9f80531 Inserted blake2b_sigma into kernel for perf gain. Standardized naming convention to blake2b_transform()
7 years ago
DoZ10 f0f96140b2 Fixed Attack modes 1 & 3
7 years ago
DoZ10 87e0281237 Moved init params in CPU (interface.c). Fixed vector-type problem in kernel a0.
7 years ago
Fist0urs 73d48dcd26 Initial commit, new format DPAPImk, works till hmac-sha1
7 years ago
mhasbini 5734741392 Add support for rule: eX
7 years ago
DoZ10 e71c68e0af Fixed endianness to remove unecessary kernel swaps ops
7 years ago
Jens Steube 0fcf51dee3 Fixed a missing type specifier in a function declaration of the RACF kernel
7 years ago
DoZ10 c1f8204b06 Prepared transform routine
7 years ago
DoZ10 0e018c717d Unrolled for() loops and removed S & P structs
7 years ago
DoZ10 76e3c0618e Fixed for() loops coding style
7 years ago
DoZ10 903e716b9a Swapped to outlen and tested. Okay. Still having problems with VECT_SIZE > 1
7 years ago
DoZ10 58c1f46b19 Merge and conflict resolve.
7 years ago
DoZ10 10629190e3 Now compiles for test.sh -m 600 -a 0 -V1 and -V2, but does not resolve on V2.
7 years ago
DoZ10 de477580a0 Code Cleanup and short doc additions
7 years ago
DoZ10 1386d0eecc Added kernel m00600_a1.cl
7 years ago
DoZ10 bb61408e89 Added kernel m00600_a0
7 years ago
DoZ10 60afdc2a30 Added function m04 in attack mode 3
7 years ago
DoZ10 72724ccba4 Removed rotr64_w() function.
7 years ago
DoZ10 b61d74255b Removed load64() and load64_reverse() functions.
7 years ago
DoZ10 ad305308bb Remove useless loop.
7 years ago
DoZ10 5689892e46 Removed useless spaces.
7 years ago
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
Jens Steube a93a143d1e Use scalar swap32() version for scalar variable
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
8 years ago
jsteube bea0e52cdb Remove unused variable
8 years ago
jsteube c04dd5c8b1 WPA cracking: Added support for WPA/WPA2 handshake AP nonce automatic error correction
8 years ago
jsteube 33a043ec63 Refactored internal use of esalt from sync with number of salts to sync with number of digests
8 years ago
jsteube 89f8739dde Fixed overflow in bcrypt kernel in expand_key() function
8 years ago
philsmd 35c1f731b8
osx: some more volatile are required for luks/tc
8 years ago
philsmd fbb1f92d2b
osx: -m 3200 = bcrypt needs a volatile variable
8 years ago
jsteube 72edd17481 Workaround -m 9100 to run on AMDGPU-Pro
8 years ago
jsteube a5b8a91d58 Small -m 9100 cleanups
8 years ago
Jens Steube e82ce9243d Added support for filtering hccapx message pairs using --hccapx-message-pair
8 years ago
Jens Steube 0fc949ef69 Fixed cracking of PeopleSoft Token if salt length + password length is >= 128 byte
8 years ago
jsteube 2ece9742e1 Compress multiple newlines to one
8 years ago
jsteube d0fa9d059d Remove some unused macros
8 years ago
jsteube 22be61b20d Remove aligned __constant datatypes from OpenCL kernel function declarations
8 years ago
jsteube 6401c58568 Align all the __constant buffers to workaround OpenCL JIT compiler errors in NV drivers 378.x
8 years ago
jsteube 3fb433de60 Remove __constant from OpenCL kernel function declarations
8 years ago
jsteube ecb851ecda Testwise workaround for -m 9100 on 378.x
8 years ago
jsteube c094f3b511 Workaround added for NVidia OpenCL runtime: RACF kernel requires EBCDIC lookup to be done on shared memory
8 years ago
Jens Steube 2dd8018915 Fix -m 4520 for salt length exactly 15
8 years ago
jsteube 7aab78fb52 Fix broken SHA512 in LUKS due to union refactoring in tmps variable
8 years ago
jsteube ba5fb80a38 Refactor kernel declarations for Skip32 to enable OSX using it
8 years ago
Jens Steube 4a3c90dd3c Fixes https://github.com/hashcat/hashcat/issues/1123
8 years ago
jsteube 9b08d4af0f Update hccapx format to version 4
8 years ago
Jens Steube dd55c1eb66 WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:mac_ap:mac_sta:essid
8 years ago
jsteube bbb4c74e85 OpenCL Kernel: Remove "static" keyword from function declarations; Causes older Intel OpenCL runtimes to fail compiling
8 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
philsmd 96e312ccb6
fixes #537: added -m 7000 = Fortigate (FortiOS)
8 years ago
Jens Steube 3baec81d90 Rewrite -m 13400 to work with SHM_TYPE instead of __local to workaround compiler error on Intel CPU
8 years ago
jsteube 1b8c2a29f1 Added hash-mode 14900 = Skip32
8 years ago
jsteube dd263c1d20 Optimize luks_tmp_t type size
8 years ago
jsteube dfba341ac5 Fix some CRLF in OpenCL kernels
8 years ago
jsteube e0189cb741 Fix some compiler warnings for older compilers
8 years ago
jsteube 7c7e4605d4 Fix -m 13400 include filename changed during LUKS implementation
8 years ago
Jens Steube 07c89833c9 Added hash-mode 14800 = iTunes Backup >= 10.0
8 years ago
philsmd 9327475b41 added -m 14700 = iTunes Backup < 10.0
8 years ago
philsmd 6fe0173a79
#965: new hook function to support LZMA1/LZMA2 decompression for -m 11600 = 7-Zip
8 years ago
Jens Steube 5c5f8da9b1 Fixed DEScrypt cracking in BF mode in case the hashlist contains more than 16 times the same salt
8 years ago
jsteube 8257883ec1 Added hash-mode 14600 = LUKS
8 years ago
jsteube a1c13778c7 Workaround added for AMDGPU-Pro OpenCL runtime: AES encrypt and decrypt Invertkey function was calculated wrong in certain cases
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
jsteube 72af615e8b WPA cracking: Reuse PBKDF2 intermediate keys if duplicate essid is detected
8 years ago
Gabriele Gristina 37f562cabd Reorganized 'SHA-2' constants
8 years ago
Gabriele Gristina 496c749b2b Add missings requirements for SHA-224 support
8 years ago
Gabriele Gristina 8b0764bc4d Add support for SHA-224
8 years ago
jsteube efff87b9d8 Fix some leftover spaces when experimenting with restrict keyword
8 years ago
jsteube d3c10bdb35 Replaced SETSHIFTEDINT() with PUTCHAR() on AMD to workaround OpenCL runtime bug
8 years ago
jsteube 1eab457963 Workaround -m 7900 performance loss on AMD caused by CL1.2
8 years ago
jsteube cad3b3e10b Get rid of truecrypt_mdlen
8 years ago
Gabriele Gristina d815667880 aes256 test 01 + OpenCL/m13400.cl aes const optimization
8 years ago
Gabriele Gristina d9ff76052b aes256 test 01
8 years ago
Jens Steube b9c0c26917 Optimize KeePass on GTX1080
8 years ago
jsteube 7f8c129cbc Merge branch 'fix_m14400_a3' of https://github.com/matrix/hashcat into matrix-fix_m14400_a3
8 years ago
jsteube 6b3cb78154 Merge branch 'fix_m14400_a1' of https://github.com/matrix/hashcat into matrix-fix_m14400_a1
8 years ago
jsteube 9c39ee4e8b Merge branch 'fix_m14400_a0' of https://github.com/matrix/hashcat into matrix-fix_m14400_a0
8 years ago
jsteube 55aaa86f6b Merge branch 'fix_m14100_a3' of https://github.com/matrix/hashcat into matrix-fix_m14100_a3
8 years ago
jsteube 13dcf31019 Merge branch 'fix_m14100_a1' of https://github.com/matrix/hashcat into matrix-fix_m14100_a1
8 years ago
jsteube 58abbd10ce Merge branch 'fix_m14100_a0' of https://github.com/matrix/hashcat into matrix-fix_m14100_a0
8 years ago
jsteube 80ab010fca Merge branch 'fix_m14000_a3' of https://github.com/matrix/hashcat into matrix-fix_m14000_a3
8 years ago
jsteube 5a186e5414 Merge branch 'fix_m14000_a1' of https://github.com/matrix/hashcat into matrix-fix_m14000_a1
8 years ago