Commit Graph

4757 Commits

Author SHA1 Message Date
philsmd 15fb40bc87
Removed duplicated words in example.dict 2018-08-20 11:58:21 +02:00
jsteube 067ffa9d64 Add more tracker for amplifier and iterations to status screen 2018-08-18 02:17:42 +02:00
jsteube 27db8ced7e Add a tracker for salts, amplifier and iterations to status screen 2018-08-18 01:41:07 +02:00
jsteube 6092308324 Add sempaphore macros for later use
Switch from CriticalSection to regular Mutex on windows
2018-08-16 14:57:10 +02:00
Jens Steube c5fb316912
Merge pull request #1663 from hops/master
Fixed the ciphertext max length in Ansible Vault parser
2018-08-16 12:47:19 +02:00
Michael Sprecher e975612f82
Fixed the ciphertext max length in Ansible Vault parser 2018-08-16 12:13:22 +02:00
Jens Steube fb2de3cb7c
Merge pull request #1661 from hops/master
Getting rid of OPTS_TYPE_HASH_COPY for Ansible Vault
2018-08-16 11:26:48 +02:00
Michael Sprecher 5536ab9917
Getting rid of OPTS_TYPE_HASH_COPY for Ansible Vault 2018-08-15 23:32:58 +02:00
Jens Steube 858e73a388
Merge pull request #1660 from philsmd/patch-9
updated changes.txt with --self-test-disable tab completion fix and -a 7 --stdout fix
2018-08-15 13:45:27 +02:00
Jens Steube 44b4559c0f
Merge pull request #1659 from philsmd/patch-8
fixes #1654: missing mask in output of --stdout -a 7
2018-08-15 13:45:12 +02:00
philsmd fd12fc4e13
changes: updated docs/changes.txt with tab completion and -a 7 --stdout change log 2018-08-15 13:40:14 +02:00
philsmd 1c49ff39f1
fixes #1654: missing mask in output of --stdout -a 7 2018-08-15 13:32:08 +02:00
Jens Steube 6a25bc1ae2
Merge pull request #1656 from philsmd/patch-5
tab completion: no params for --self-test-disable
2018-08-15 12:08:24 +02:00
philsmd 56baa3a4bf
tab completion: no params for --self-test-disable
--self-test-disable doesn't need any parameters
2018-08-15 12:05:01 +02:00
Jens Steube ae5c0ef1ba Merge branch 'master' of https://github.com/hashcat/hashcat 2018-08-14 15:39:57 +02:00
Jens Steube ce9b56e06c Allow bitcoin master key length not be exactly 96 byte a multiple of 16 2018-08-14 15:39:39 +02:00
jsteube a5746548e8 Allow use of hash-mode 7900, 10700 and 13731 on AMD devices after workaround 2018-08-13 13:41:43 +02:00
jsteube 6469357c74 Remove SCR_TYPE macro from OpenCL code
Disable REAL_SHM access to AMD platform devices
2018-08-13 12:10:03 +02:00
jsteube 8c6bb1094f Update results from CMIYC 2018 2018-08-13 12:09:21 +02:00
jsteube 68bff94980 Workaround rocm OpenCL runtime bug when copy data from constant to local memory 2018-08-12 18:04:33 +02:00
jsteube 188a9568ce Replace double MAYBE_VOLATILE 2018-08-09 19:44:54 +02:00
jsteube dad05d9f69 Testing: Workaround some AMD OpenCL runtime segmentation faults 2018-08-09 13:03:22 +02:00
jsteube 103fdf04a1 Fixed a invalid scalar datatype return value in hc_bytealign() where it should be a vector datatype return value 2018-08-09 11:00:08 +02:00
jsteube 762e5d5cda Go back into development mode 2018-08-08 23:01:32 +02:00
jsteube 4963357fac Update to v4.2.1 2018-08-07 14:04:04 +02:00
jsteube 95b420dfb4 Use special CFLAGS for LZMA compile 2018-08-06 21:50:01 +02:00
jsteube 634dd71384 Remove some suppressed warnings 2018-08-06 21:04:48 +02:00
jsteube afd1efd59c Fixed a buffer overflow in precompute_salt_md5() in case salt was longer than 64 characters 2018-08-06 15:35:35 +02:00
jsteube 9f54c3dd14 Transfer only a few byte should be enough to force the runtime to actually allocate the memory 2018-08-06 14:46:52 +02:00
jsteube 242d991def Fix memleak in memory evaluation 2018-08-06 10:25:19 +02:00
jsteube f9b13035f2 Limit evaluate available memory check to nvidia runtime 2018-08-06 10:16:29 +02:00
jsteube 86fc587182 Be a bit more sensible while try to evaluate available memory 2018-08-06 00:20:39 +02:00
jsteube e67195aa11 Try to evaluate available OpenCL device memory and use this information instead of total available OpenCL device memory for autotune 2018-08-05 23:29:54 +02:00
Jens Steube af2626e67a
Merge pull request #1646 from philsmd/master
test: fixed verify code for -m 16600 = Electrum Wallet
2018-08-04 20:01:36 +02:00
philsmd 883336089e test: fixed verify code for -m 16600 = Electrum Wallet 2018-08-04 19:26:42 +02:00
jsteube 1d7e1ba7e5 Unset PRODUCTION 2018-08-03 22:42:09 +02:00
jsteube 9c0ba3a640 Fix speed report in case --machine-readable is used 2018-08-02 20:47:17 +02:00
jsteube c1edc5d562 Increase max PWS space to 1GB to allow higher -n values for GPU with lots of compute units 2018-08-02 20:20:58 +02:00
jsteube 2a5677e15f Fix hashcat.hctune for newer TITAN versions 2018-08-02 18:03:59 +02:00
Jens Steube 1c280e4a6e Small performance boost for bcrypt on CPU 2018-08-02 14:20:04 +02:00
jsteube a03b5dae57 Update changes.txt 2018-08-02 11:30:29 +02:00
jsteube d7942266dc Add more missing Tesla and TITAN GPU to tuning database 2018-08-02 10:53:15 +02:00
jsteube 844918d00c Added NV Tesla V100 and P100 to tuning database 2018-08-02 01:15:53 +02:00
jsteube 13151996bc Update version number for restore 2018-08-01 22:32:12 +02:00
jsteube 242db336ae Fix readme.txt and hashcat.sh 2018-08-01 20:33:46 +02:00
Jens Steube 4a856b1149
Merge pull request #1643 from hops/master
Added hash-mode 16900 = Ansible Vault
2018-08-01 20:28:00 +02:00
Michael Sprecher 3a321c8dce
Added hash-mode 16900 = Ansible Vault 2018-08-01 19:44:30 +02:00
jsteube d11070729b Fix Token Length Exception on NetNTLMv2 hashes 2018-08-01 19:09:41 +02:00
jsteube 39af031ced Fix Token Length Exception on NetNTLMv1 hashes 2018-07-31 17:31:54 +02:00
jsteube bdec457951 TrueCrypt/VeraCrypt cracking: Do an entropy check on the TC/VC header on start 2018-07-31 16:18:45 +02:00