Commit Graph

555 Commits (ba7163062d948fea22e6532b5130d2d6e0398ab4)

Author SHA1 Message Date
Gabriele Gristina d824d1943e Added hash-mode: md5(salt.sha1(salt.pass))
5 years ago
Gabriele Gristina 370a552459 Added hash-mode: md5(sha1().md5())
5 years ago
Gabriele Gristina e766cf0dc7 Added hash-mode: sha1(md5(.))
5 years ago
Gabriele Gristina af622f6df5 Added hash-mode: BitShares v0.x - sha512(sha512(pass))
5 years ago
Gabriele Gristina bbee1890cd Added hash-mode: sha1(md5(pass).salt)
5 years ago
Gabriele Gristina eedceb698f Added hash-mode: md5(sha1().md5().sha1())
5 years ago
Gabriele Gristina c166242996 Add AuthMe - sha256(sha256().) kernel module
5 years ago
Gabriele Gristina 038bce131f Add Double sha256 kernel module
5 years ago
Jack Schmidt e724e0dadc nsec3 m 8300: salt can be empty
5 years ago
Gabriele Gristina 806b00168c fix wrong OPTS_TYPE, add remaining 4710 kernels
5 years ago
Gabriele Gristina bbcb23b038 Add hash mode 4710 - sha256(md5(pass))
5 years ago
Jens Steube a7fd1e40f8
Merge pull request #2075 from matrix/zlib_support_2
5 years ago
Gabriele Gristina 3161aec3da fix the comments :)
5 years ago
Jens Steube 74828b765d
Merge pull request #2082 from matrix/truncLongCastAssignment_1
5 years ago
Jens Steube 316ad8a406
Merge pull request #2080 from matrix/print_format_1
5 years ago
Gabriele Gristina 5679ca3344 Rewrite hc_fopen to better handling file descriptor locking/unlocking functions, saving kernels binary from plain to gzip format
5 years ago
Gabriele Gristina b7a5d6b66f Fix truncLongCastAssignment warnings
5 years ago
Gabriele Gristina caf34e0e83 Fix some *print* format arguments
5 years ago
Gabriele Gristina 823770c149 switch from strtok to strtok_r
5 years ago
arrtchiu 2a1356a4f6
allow up to 64 bytes of salt in module 01460
5 years ago
Gabriele Gristina 481c752456 No more compress functions, update example.dict.gz, remove some comments
5 years ago
Gabriele Gristina 398c89c75c switch almost all FILE ops, potfile is the only missing
5 years ago
Jens Steube 32cb191837 Mark -m 11300 cracking on macOS as unstable
5 years ago
Jens Steube 9cc20877f0 Mark DPAPI masterkey file cracking on macOS as unstable
5 years ago
Jens Steube c34fcabb4b Add missing docs/ entry for -m 20600
5 years ago
Gabriele Gristina b2529af172 remove original commented code
5 years ago
Gabriele Gristina b05aeac950 restore original return values in modules 2500, 2501
5 years ago
Gabriele Gristina 6cb4abd526 Add zlib support v2
5 years ago
Jens Steube 2c4a82f81c Fix some compiler warnings in -m 172xx
5 years ago
Jens Steube 1abdecfa6c Some more ROCm performance tuning
5 years ago
Jens Steube 955bfeaa14 Improve performance of bitsliced algorithms on ROCm
5 years ago
Jeremi M Gosney 047dea3ce3 fix endianness issue in m20600 hash encoder
5 years ago
Jeremi M Gosney 871df0b81b add hash mode 20600 (oracle transportation manager)
5 years ago
Jens Steube dbbdb7e5ac WipZip cracking: Added two byte early reject, resulting in higher cracking speed
5 years ago
Jens Steube 0370f73a44
Merge pull request #2053 from philsmd/master
5 years ago
Jens Steube cf3dd5f3db Update -m 13600 selftest hash
5 years ago
Jens Steube f660b95ac6 Set selftest hash to 128 bit key in -m 13600
5 years ago
philsmd a661728256
pkzip: for u32 use MAX_DATA / 4
5 years ago
philsmd 01a511b9dd
minor: some code formatting changes for PKZIP
5 years ago
philsmd 316b2952b5
PKZIP: improve decompression and allow up to 320KB data length
5 years ago
Jens Steube 581839d402 Fix more missing NO_UNROLL configurations on CUDA
5 years ago
Jens Steube deb3843d76 Use NO_UNROLL in sha512 based PBKDF2 kernels with additional AES/Twofish decrypts for better performance
5 years ago
Sein Coray 1ddeb3f65f
Added check for current pkzip inflate limitation to parser
5 years ago
Jens Steube cb56f5ac2c Fix benchmark mask in -m 15400
5 years ago
Sein Coray 3365040bc1
fixed two bugs where pkzip hashes wouldn't be cracked
5 years ago
Jens Steube 3c603019c3
Merge pull request #2043 from s3inlc/pkzip-compression-mixed
5 years ago
Sein Coray 215440e43c
adding support for mixed multi-file pkzip hashes with mode 17225
5 years ago
Sein Coray 3ac09d31a3
fixed mingw warnings by making clean hex to binary conversion on hash parsing
5 years ago
Sein Coray e08fc096cd
adding support to 17230 kernel to allow compression types 0 and 8
5 years ago
Sein Coray 90ad225a8c
enforcing checksum length which is printed to be length 4 always
5 years ago
Sein Coray aed1910205
fixed license text in pkzip master key kernels
5 years ago
Jens Steube 034987fa51
Merge pull request #2035 from s3inlc/pkzip-fix-2
5 years ago
Jens Steube 3e64373599
Merge pull request #2034 from s3inlc/pkzip-fix-1
5 years ago
Jens Steube 32881ad16d Fix 200xx space indents and hashes count
5 years ago
Jens Steube f1632b933e Add support to configure hash-mode specific range of number of hashes supported
5 years ago
Jens Steube c9fba782ed Add minimum password length for -m 20510
5 years ago
Jens Steube 686d71397a
Merge pull request #2032 from s3inlc/master
5 years ago
Sein Coray 56f79232b5
adjusted name for modules
5 years ago
Sein Coray 301b5b9777
added parser message for pkzip hashes which have unsupported compression type for kernel
5 years ago
Sein Coray c80bfde8f2
fix issue with pkzip hashes which have a larger offset value to be printed correctly
5 years ago
Sein Coray 15cbaa0f59
adding pkzip stream cipher kernels 20500 and 20510
5 years ago
Michael Sprecher 9c4c56adb9 PKZIP: return PARSER_SIGNATURE_UNMATCHED on signature mismatch
5 years ago
Sein Coray 0ea676907a
Merge remote-tracking branch 'upstream/master'
5 years ago
Jens Steube 2eebc27ec1
Merge pull request #2008 from vlohacks/master
5 years ago
vlo bc1bc55b0d Fixed: wrong sourcecode comment
5 years ago
vlo 84b8a1b1eb Suggested changes for pull request
5 years ago
Sein Coray ff718cf53f
all pkzip modules use u32 to store the hash data and use appropriate printing
5 years ago
Sein Coray 2434380da2
fixed printing of hash for module 17220 and 17230 using the u32 data array
5 years ago
Sein Coray e300fe0d63
fixes to avoid crashing on gpu on multiple inner loops
5 years ago
Jens Steube 85f7d50fb8
Merge pull request #2021 from philsmd/master
5 years ago
Sein Coray e39a9284e1
Merge remote-tracking branch 'upstream/master'
5 years ago
Sein Coray d5418c25c5
remove unused digest variable
5 years ago
Sein Coray fe61813af4
remove unused digest variable
5 years ago
philsmd 07a1bdb12c
added support for $electrum$3 hashes (-m 16600)
5 years ago
Jens Steube aa8e000d31 Flag OPTS_TYPE_PREFERED_THREAD no longer needed
5 years ago
Jens Steube a6bc1d3cc0 Experimental kernel-thread autotuner
5 years ago
Jens Steube 2b0f657564 Limit some modules to 64 threads in order to get additional L1 cache
5 years ago
Sein Coray 371991e079
included speed improvements and feedback from atom applied to all 172xx kernel variants
5 years ago
vlo 556db9a9e9 Fix: buffer sizes (again)
5 years ago
vlo ee500bec02 Fixed: buffer overflows
5 years ago
Sein Coray e4d8e4a7ad
bring fork up-to-date
5 years ago
vlo 23c3e723f7 Implemeted table for alternate base64
5 years ago
Jens Steube fb82bfc169 Improve thread handling based on FIXED_LOCAL_SIZE
5 years ago
vlo 14dd1aaaeb Added support for passlib pbkdf2-sha256 and sha1
5 years ago
Jens Steube a01cc28ec6
Merge pull request #2014 from hashcat/master
5 years ago
philsmd f45a726376
fixes #2012: add Deflate support for 7-Zip using zlib
5 years ago
Jens Steube 8ff8c5d536 Add LOCAL_VK to make use of __shared__
5 years ago
vlo 003e23bae8 Change hash mode of addition, add test module
5 years ago
vlo 4510504257 New module for Python passlib pbkdf2-sha512
5 years ago
Jens Steube e3500ff4aa Add CUDA device attributes to -I
5 years ago
Jens Steube c80e516c3c
Merge pull request #2007 from hashcat/master
5 years ago
Jens Steube 6caa78695f Backport -m 19500 fix to -m 19300
5 years ago
Jens Steube 922fa2e351 Use md5 for generatic unique salt for salt sorter in -m 19500
5 years ago
Jens Steube d862458ab5 Begin renaming API specific variables in backend section
5 years ago
Jens Steube 200e72dba3 Limit -T maximum on -m 3200 to what's possible based on device specific shared memory available
5 years ago
Jens Steube d67de66453 Disable kernel cache on -m 3200
5 years ago
jsteube b9aaaf7809 Move 198xx DiskCryptor to 200xx to not collide with Kerberos 5, etype 17, Pre-Auth
5 years ago
Jens Steube 17ab30b29f
Merge pull request #1991 from brandoncasaba/master
5 years ago
jsteube 8b51843bb2 Mark -m 15300 and -m 1590 as unstable on AMDGPU driver
5 years ago
jsteube 926e99811c Add some more NO_UNROLL to avoid module_unstable_warnings
5 years ago
jsteube 08a74cfcb5 Add NO_UNROLL to -m 1750 for AMDGPU driver
5 years ago
jsteube 5b97fe7514 Workaround volatile for -m 2500 and -m 2501 for macosx
5 years ago
jsteube 6d21c1633b Fix loop_step value in selftest.c, this also workarounds Trap 6 errors
5 years ago
Jens Steube 38c1029f2e Need volatile for IRIS GPU on Mac OSX for -m 2500 and -m 2501
5 years ago
Brandon Chalk 0a4ce19915 Merge branch 'master' of https://github.com/hashcat/hashcat
5 years ago
jsteube 56ae7fa2b8 Remove warnings no longer relevant in -m 15600 and -m 16300
5 years ago
jsteube e0d0721109 Workaround for Page not present or supervisor privilege JiT fail on ROCM for -m 13400
5 years ago
jsteube 8e89617015 Workaround setting password length bug in ROCM and POCL for -m 10100
5 years ago
Jens Steube 1370dc4700 Limit kernel-accel in -m 11600 to 128
5 years ago
jsteube 7c6970dbdd Remove hard-coded static keyword from OpenCL kernels
5 years ago
jsteube fea92595a4 Filter out 8th bit in -m 1500 password characters
5 years ago
Brandon Chalk 61ac3e3282 Minor speed and readability improvements to mode 19800 and 19900
5 years ago
Brandon Chalk 95c74c52c1 Add hash modes 19800 (krb5pa etype 17) and 19900 (krb5pa etype 18)
5 years ago
jsteube 764ca0c1c6 Add hash line separator backward compatibility for -m 16800
5 years ago
ZeroBeat c572c37637 prepare new hashline
5 years ago
jsteube 4cd98603f5 Add DiskCryptor modules for 1024 bit and 1536 and support for Serpent and Twofish. Be careful, untested yet!
5 years ago
philsmd 60c255a69d
added -m 19800 = DiskCryptor AES
5 years ago
jsteube 773dab9161 Mark -m 10700 as unstable on AMDGPU driver in pure kernel mode
5 years ago
jsteube d950918fe9 Fix missing module_jit_build_options() in -m 17300
5 years ago
jsteube d7286e50a7 Mode 19500 on AMDGPU driver no longer produces self-test failures
5 years ago
jsteube c911f2bd83 Fix some OpenCL JiT compiler warnings on ROCM
5 years ago
jsteube e779c22c2c Remove some warnings no longer needed
5 years ago
jsteube 05a38a42b7 Initialize some values to make scan-build happy
5 years ago
jsteube f374da11e3 Fix function pointer can be NULL
5 years ago
jsteube 8008d65499 Allow -m 1800 in optimized mode on AMDGPU drivers
5 years ago
jsteube 875718fb8e Backport -m 500 pure kernel code to -m 6300 enables using it on AMDGPU driver
5 years ago
jsteube cd88410781 Backport -m 500 pure kernel code to -m 1600 enables using it on AMDGPU driver
5 years ago
jsteube d7d716f3ab Make it easier to include OpenCL kernels into modules
5 years ago
jsteube 9ced13cc94 Get rid of CONSTSPEC macro in OpenCL kernels
5 years ago
jsteube 13edc32fb4 Fix some unused variable warnings
5 years ago
jsteube d855ddaf9e Make use of need_hexify to decide if hexification is needed for ESSID in -m 16800 and -m 16801
5 years ago
jsteube e5322c8bee Fix --remove handling in -m 16800 and -m 16801 with new outfile format
5 years ago
jsteube b8d609ba16 WPA/WPA2 cracking: In the potfile, replace password with PMK in order to detect already cracked networks across all WPA modes
5 years ago
jsteube c0a31b3239 Prepare potfile specific module_hash_decode and module_hash_encode hooks
5 years ago
Jens Steube 4115e6b825 Update some unstable_warning on Intel CPU
5 years ago
jsteube 1c45de4b63 Remove more old GCC diagnostic options
5 years ago
jsteube f9110c6863 Fix calculation of brute forced PIM
5 years ago
jsteube 9d774958b7 Merge branch 'master' of https://github.com/hashcat/hashcat
5 years ago
jsteube 2158fd70c9 Fix use of OPTS_TYPE_COPY_TMPS in modules
5 years ago
jsteube d80603648e Replace plain_t with void in module_build_plain_postprocess() enables some options
5 years ago
jsteube a7a70c88ed Mark -m 7900 as unstable on ROCM
5 years ago
jsteube 474138f4b9 No more segfaults for -m 12200 with AMDGPU driver
5 years ago
jsteube 792d61763b No more segfaults for -m 8900 and 9300 with AMDGPU driver
5 years ago
jsteube 9d6d2cb2b8 Replace md5_complete_no_limit() code with functions from emu_inc_hash_md5.h
5 years ago
jsteube 7806be32c2 Add module_unstable_warning() for several modes used with AMDGPU drivers
5 years ago
jsteube 5b667d2c01 Get rid of src/cpu_aes.c, src/cpu_des.c, src/cpu_md5.c and src/cpu_sha256.c
5 years ago
jsteube fb8a9d7c40 Get rid of cpu_sha1.c
5 years ago
Sein Coray 21a214e26a
Merge branch 'master' of https://github.com/hashcat/hashcat
5 years ago
jsteube 66d94b06e4 Get rid of src/rp_kernel_on_cpu.c and src/rp_kernel_on_cpu_optimized.c and use OpenCL emulated kernel version
5 years ago
Sein Coray 959852a1aa
Merge branch 'master' of https://github.com/hashcat/hashcat
5 years ago
Sein Coray 3ad7d00380
removed hash constants include
5 years ago
jsteube 7d4bea41a0 Get rid of OpenCL/inc_hash_constants.h and OpenCL/inc_hash_functions.cl
5 years ago
Sein Coray 2da33ab0ba
fixed issue with converting more than needed and using too much memory
5 years ago
Sein Coray 97249ba1ca
added pkzip kernels 17200, 17210, 17220 and 17230
5 years ago
jsteube aec49509b8 Make sure -T does not come in inflict with FIXED_LOCAL_SIZE
5 years ago
Jens Steube af129d32da
Merge pull request #1941 from s3inlc/master
5 years ago
Sein Coray 836c91c8c2
Merge branch 'master' of https://github.com/s3inlc/hashcat
5 years ago
Sein Coray 17083b8f56
applied requested final changes
5 years ago
jsteube 5ef67a8ab7 Apply previous blowfish optimization for -m 3200 also on -m 9000 and -m 18600
5 years ago
jsteube a172ab7d8a Update unstable warnings for latest AMDGPU driver
5 years ago
Sein Coray 1143cef606
Merge branch 'master' into master
5 years ago
jsteube 5ecbcde945 Cracking bcrypt: Use a feedback from the OpenCL runtime to dynamically find out optimal thread count
5 years ago
jsteube 42e440611a Fix some broken strict-aliasing rules
5 years ago
jsteube b48056fa42 Manually unrolled cipher code fixed segmentation faults in 1536 bit variants for TC/VC with amdgpu-pro-18.50-708488-ubuntu-18.04
5 years ago
jsteube df1ba3745a Mark -m 18600 unstable on POCL runtime
5 years ago
jsteube e93590c11d Fix some variable names in modules
5 years ago
jsteube 218322f630 Support for inline VeraCrypt PIM Brute-Force
5 years ago
Jens Steube c99ab74001
Merge pull request #1955 from Fist0urs/krb5tgs_1718
5 years ago
jsteube 111889d3fc Keep Guessing: No longer automatically activate --keep-guessing for modes 9720, 9820, 14900 and 18100
5 years ago
Fist0urs afb010870a Add hash modes 19600 (krb5tgs enctype 17) and 19700 (krb5tgs enctype 18)
5 years ago
Fist0urs 6022443842 m 13100: remove invalid 'pwdump' input format within module
5 years ago
Fist0urs 1cc814bb42 m 13100: append algorithm to hash format name
5 years ago
jsteube 6e0ef6984c Fix -m 14800 benchmark iteration count
5 years ago
jsteube 756ec0288e Some module specific trap 6 markers
5 years ago
jsteube 2809c6f3fb Some module specific trap 6 markers
5 years ago
jsteube 555bd84b4c Some module specific trap 6 markers
5 years ago
jsteube 26d7602bbd No longer need reqd_work_group_size() in OpenCL kernels since modules taken care of this using threads_min and threads_max
5 years ago
jsteube 9da14d55a2 Some module specific trap 6 markers
5 years ago
philsmd 30fde2f759
-m 16600: currently only electrum1 and electrum2 are supported
5 years ago
Jens Steube b585f25c8c Move more no unrolling exceptions from inc_vendor.cl to specific modules
5 years ago
Jens Steube 38cd3f18ee Mark -m 8200 as unstable on Apple OpenCL runtime
5 years ago
Jens Steube 8d146f3011 Move more no unrolling exceptions from inc_vendor.cl to specific modules
5 years ago
Jens Steube cace799187 Move more no unrolling exceptions from inc_vendor.cl to specific modules
5 years ago
Sein Coray ee97d18af9
Added hash mode 19500
5 years ago
jsteube 16f8c5941e Mark -m 6100,7500,8600,11700,11800,13100,18200 as unstable with AMDGPU driver in pure kernel mode
5 years ago
jsteube 4d2a0a7738 Mark -m 14400 as unstable with AMDGPU driver
5 years ago
jsteube 745baf4894 Mark -m 11750,11760,11850 and 11860 as unstable with AMDGPU driver
5 years ago
jsteube 277db2ecee Mark VeraCrypt 1536 bit variants as unstable on AMDGPU driver
5 years ago
jsteube 73d4ca14f1 Mark -m 10700 in optimized mode as unstable on Intel OpenCL runtime
5 years ago
jsteube 24f80e1ef4 Mark -m 11600 as unstable with AMDGPU driver
5 years ago
jsteube d325413b34 Fix -m 10700 activate unstable warning only in optimized mode
5 years ago
jsteube 460153d818 Fix -m 6211,6221,6232,6233 module_unstable_warning settings
5 years ago
jsteube 0f8083a8f5 Mark -m 10100 as unstable with ROCM driver
5 years ago
jsteube df38814d25 Mark -m 13731,13732,13733 as unstable with Intel OpenCL runtime. Note this happens only with the 18.x version. The preivous 16.x version compiles this just fine.
5 years ago
jsteube 98eb9ddf6b Fix registration of module_unstable_warning on -m 8900
5 years ago
jsteube 10f5784f7f Mark -m 6231,6232,6233 as unstable with Intel OpenCL runtime. Note this happens only with the 18.x version. The preivous 16.x version compiles this just fine.
5 years ago
jsteube dc9279c95c New Strategy: Instead of using volatile, mark the mode as unstable. Remove all volatiles
5 years ago
jsteube 26b9e3c1ac Fix module_kernel_threads_min and module_kernel_threads_max configuration in -m 9000 module
5 years ago
jsteube b2fb1704ff Fix switched 64 bit optimization in DPAPI masterkey file v1/v2
5 years ago
jsteube 7c1120b784 Migrate unroll handling for -m 15900 from OpenCL/inc_vendor.cl to module_jit_build_options()
5 years ago