Commit Graph

3335 Commits (d0fb171da985c4974043ac385dde11e91fefe9d1)

Author SHA1 Message Date
Jens Steube d0fb171da9 Added new options --backend-ignore-cuda and --backend-ingore-opencl, to ignore CUDA and/or OpenCL interface from being load on startup
5 years ago
philsmd 36fab0aa67
usage/help: use crack_pos everywhere instead of mixing crackpos w/ crack_pos
5 years ago
Jens Steube b3690fcd05 Backport instruction test cache from CUDA to OpenCL
5 years ago
Jens Steube 2b4d0656d5 Cache inline assembly instruction check results for same devices types
5 years ago
Jens Steube 8e0f976ccf Merge branch 'master' of https://github.com/hashcat/hashcat
5 years ago
Jens Steube 20ef9725ef Use * in potfile entries for -m 250x and -m 1680x
5 years ago
Jens Steube 09c0cfcc04 Set -u for -m 22100 to 4k with the idea to force -n value to go down to 1
5 years ago
Jens Steube 931e29d333 Another Bitlocker boost, reduce shared mem consumption to give some of them to the compiler for more efficient calculating of memory pointer addresses
5 years ago
Jens Steube daaf5d365c Use * in potfile entries for -m 22000 and -m 22001
5 years ago
Jens Steube 311d363054 Store precomputed KE for -m 22100 in shared memory and lock the loops per kernel invocation to a fixed value
5 years ago
Jens Steube 49b6520ca8 Make thread selection for -m 22100 mode flexible
5 years ago
Jens Steube e31e7690ed Add BitCracker optimization to precompute KE of second sha256_transform since input data is static
5 years ago
Jens Steube 7215d4e9c0 Limit Bitlocker threads to 256
5 years ago
Jens Steube 0f9ad6f974 Limit Bitlocker threads to 256
5 years ago
Jens Steube 50907c5fff Update Bitlocker minimum password length 4
5 years ago
Jens Steube bc442ad821 Add Bitlocker minimum password length 8 restriction
5 years ago
Jens Steube 268e4be7e8
Merge pull request #2258 from philsmd/master
5 years ago
Jens Steube 5d1d48f5d7 Do not check for COPY_PW limits in outside kernels
5 years ago
philsmd 1c1ed72c65
fixes #1117: added -m 22100 = BitLocker
5 years ago
Jens Steube 4d286d5dc7 Fix selftest in case OPTS_TYPE_DEEP_COMP_KERNEL is active
5 years ago
Jens Steube 6ed3003a30 Fix for -m 3000 loading hashes in pwdump format
5 years ago
Jens Steube 81903e95ee Fix EAPOL temporary buffer overflow in -m 22000 and -m 22001
5 years ago
Jens Steube c9b4e796b0 Fix missing EOL in -m 22000 and -m 22001
5 years ago
Jens Steube 2cc4244e14 Initial -m 22001 support
5 years ago
Jens Steube 161775b1b6 Switch separator character in -m 22000 from ':' to '*'
5 years ago
Jens Steube f2aedd3741 Add support to load hashes for hash-mode 2500 and 16800 format from hash-mode 22000
5 years ago
Jens Steube 784eeb257b Make use of message_pair and set default for nonce_error_corrections in -m 22000
5 years ago
Jens Steube 2a04354401 New mode 22000 WPA-PBKDF2-PMKID+EAPOL to replace -m 2500 and -m 16800. NOTE: missing support for message_pair and nonce_error_corrections handling
5 years ago
Jens Steube f9e5dcc133 Use deep comparison kernel from module function in selftest.c
5 years ago
Jens Steube e83c71a18f Add missing AUX4 in selftest.c
5 years ago
Jens Steube 40a5835927 In -m 12700 and -m 15200 decrypt 48 byte of data instead of just 16 byte
5 years ago
Jens Steube 8932c71ac2 Mark -m 17200, 17220, 17225 and 21800 as unstable on ROCM
5 years ago
Jens Steube 53254b45aa Backport inc_ecc_secp256k1 inline assembly code for AMD ISA
5 years ago
philsmd d07f002337 electrum 4/5: improve speed (rm hook)
5 years ago
Jens Steube 52e83c2292 Fix missing OPTS_TYPE_KEYBOARD_MAPPING in -m 624x
5 years ago
Jens Steube 9a2c4e3417 Fix invalid use of TOKEN_ATTR_VERIFY_DIGIT in -m 15500
5 years ago
Jens Steube bfd95d42f6 - OpenCL Runtime: Reenabled support for Intel GPU OpenCL runtime
5 years ago
Jens Steube 48f60cc0f5 Get rid of cast-function-type warnings on newer GCC
5 years ago
Jens Steube d18ff6fa3d Fix -m 21600 DGST_SIZE
5 years ago
Jens Steube 86d3f9e9c7 Fix -m 21600 default hash length
5 years ago
Jens Steube a63aa679d3 Few changes to -m 21600 and move -m 124 and -m 10000 to pure Framework category
5 years ago
Jens Steube 9a28f53887
Merge pull request #2239 from blacktraffic/master
5 years ago
Jens Steube d9a92afecc Change out-of-boundary fix in order to re-enable password length 256 with rules in pure kernel mode
5 years ago
Jens Steube 2884bded32 Initialize some variable to make scan-build happy
5 years ago
Jamie R ce17418b27 add web2py pbkdf2-hmac-sha512 variant
5 years ago
Jens Steube d315f61414 Fix -m 1800 speed on ROCM
5 years ago
Jens Steube d518bd3903 Unlock all threads for -m 600
5 years ago
Jens Steube f152f6a16c Fix missing --quiet check in password/salt min/max info on startup
5 years ago
philsmd 9264560a28 formatting: remove extra whitespace in terminal.c
5 years ago
Jens Steube 13dcae6879 Fix -m 15400 selftest-pair, benchmark-mask and unit-test
5 years ago