1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-14 03:49:07 +00:00
Commit Graph

3019 Commits

Author SHA1 Message Date
Jens Steube
0952a4dfd3 Fix CFLAGS_CROSS_LINUX in Makefile 2016-01-03 18:50:02 +01:00
Jens Steube
8cf367fb9e Merge pull request #49 from philsmd/pr-patch-examples
the example*.sh files should now also use the native binary
2016-01-03 18:47:39 +01:00
Jens Steube
5fb95fab4d Merge pull request #48 from philsmd/pr-get-rid-of-oclHashcat64bin
using oclHashcat instead of oclHashcat64.bin also in tools/test.pl
2016-01-03 18:47:34 +01:00
Jens Steube
765e8048a1 Merge pull request #47 from philsmd/pr-update-gitignore
minor: .gitignore update
2016-01-03 18:47:29 +01:00
Jens Steube
f9999848a1 Merge pull request #45 from philsmd/pr-rename-session-dir
this patch makes it much clearer where sessions under ~/.hashcat are located
2016-01-03 18:47:23 +01:00
Jens Steube
2aa0766c46 Merge pull request #44 from philsmd/master
updated tab completion with current algorithm list etc
2016-01-03 18:47:18 +01:00
philsmd
23db5c9737 the example*.sh files should now also use the native binary, only when we use the packaging we need to use .bin 2016-01-03 18:34:38 +01:00
philsmd
2d11066052 using oclHashcat instead of oclHashcat64.bin also in tools/test.pl 2016-01-03 18:13:32 +01:00
philsmd
98c38a570e minor: .gitignore update 2016-01-03 17:43:24 +01:00
philsmd
d378319ea6 this patch makes it much clearer where the sessions under ~/.hashcat are located 2016-01-03 17:11:36 +01:00
philsmd
1f0832d5a7 updated tab completion with current algorithm list etc 2016-01-03 16:44:27 +01:00
Jens Steube
f9dd03eb79 Merge pull request #43 from philsmd/pr-fix-deps
fixed typo in tools/deps.sh
2016-01-03 15:52:46 +01:00
Jens Steube
737e1a281c Merge pull request #42 from philsmd/master
fixed tab completion to work with 64.bin, 32.bin and just oclHashcat binaries
2016-01-03 15:28:57 +01:00
philsmd
fcc3aca640 fixed typo in tools/deps.sh 2016-01-03 14:32:50 +01:00
philsmd
6b1b444a5e fixed tab completion to work with 64.bin, 32.bin and just 'oclHashcat' binaries 2016-01-03 14:15:11 +01:00
jsteube
11bf28745a Generate folders for cached kernels for the binary distribution in runtime, too 2016-01-03 13:49:07 +01:00
jsteube
79b1f96efe Fix logfile buffer size 2016-01-03 13:31:40 +01:00
Jens Steube
dc13c2fc71 Switched to Khronos OSS OpenCL reference implementation for building
For detailed information see: https://github.com/hashcat/oclHashcat/issues/40
2016-01-03 13:17:14 +01:00
jsteube
5703637721 Fix for windows, shared_dir was not set to install_dir 2016-01-03 02:28:52 +01:00
jsteube
3fce66bd8c Use native oclHashcat for test.sh 2016-01-03 02:14:27 +01:00
jsteube
61744662c0 Fix path to includes 2016-01-03 01:56:41 +01:00
jsteube
5f7c47b461 Fix path to includes 2016-01-03 01:48:05 +01:00
jsteube
d008a45f3c Activate reordering or files to help integration into linux distributions
Details can be found here: https://github.com/hashcat/oclHashcat/issues/20
2016-01-03 00:40:31 +01:00
jsteube
2be8f5f982 - Added Makefile target for native compilation
- Moved rules_optimize tool to hashcat-utils
2016-01-02 17:42:47 +01:00
Jens Steube
5fa4d9918b Update BUILD.md 2016-01-01 22:22:04 +01:00
Jens Steube
7c479f9a3e Merge pull request #39 from philsmd/master
issue #38: NVIDIA SDK is not needed anymore
2016-01-01 22:20:13 +01:00
philsmd
fc65b6fd44 issue #38: NVIDIA SDK is not needed anymore, the lib is dynamically loaded on NVidia systems 2016-01-01 17:41:03 +01:00
Jens Steube
f92da22608 Merge pull request #37 from philsmd/master
fixed minor display problem in usage
2016-01-01 11:28:23 +01:00
philsmd
d9f30011f5 fixed minor display problem in usage 2016-01-01 09:50:09 +01:00
Jens Steube
e4465d7dcb Merge branch 'GetRidOfCUDA' 2016-01-01 01:09:57 +01:00
Jens Steube
6893a9ad85 Merge branch 'master' into GetRidOfCUDA
Conflicts:
	docs/BUILD.md
2016-01-01 01:09:24 +01:00
jsteube
700ed7dba7 Fix the GPU Platform fix 2015-12-31 15:31:21 +01:00
jsteube
04e5ad2d54 Fix OpenCL platform selection 2015-12-31 15:25:34 +01:00
jsteube
06b1a1e2ae Update 9300 default tmto for NV 2015-12-31 09:32:10 +01:00
jsteube
31292946e2 Fix some scrypt default values 2015-12-30 23:06:45 +01:00
jsteube
87095191d7 Updated old RC4 code in Kerberos 5, increased performance 2015-12-30 21:53:01 +01:00
jsteube
a849313093 Fix speed -m 9700, 9710, 9800 and 9810 for NV, also increases some on AMD 2015-12-30 21:30:29 +01:00
jsteube
bd16fd4cfc Declare word_buf_r as __constant for _a3 kernel
AMD's runtime compiler does that automatically, NV's does not or with different (but worse) thresholds
2015-12-30 16:54:08 +01:00
jsteube
7807eb6f2d Fix -m 7800 for NV 2015-12-30 00:29:39 +01:00
jsteube
68662f0062 replace swap32 and swap64 with faster versions for NV 2015-12-30 00:13:59 +01:00
jsteube
d94cd314f2 Fix TC whirlpool speed for NV 2015-12-28 22:07:09 +01:00
jsteube
77df413886 Add allocatable memory location per GPU 2015-12-28 11:29:07 +01:00
jsteube
a78173af7e prepare scrypt tmto value for manual tuning 2015-12-28 09:20:18 +01:00
jsteube
94d6fd3693 revert switch to rotate () 2015-12-27 21:22:54 +01:00
jsteube
3942ae02a2 Speedup -m 5300 2015-12-27 20:15:24 +01:00
jsteube
e68419f19e Speedup -m 5400# 2015-12-27 20:01:10 +01:00
jsteube
212395168f Testchange for speed 2015-12-27 19:23:55 +01:00
jsteube
da66ce7538 Fix -m 8000 for NV 2015-12-27 17:13:17 +01:00
Jens Steube
cb6247956f Merge branch 'GetRidOfCUDA' of https://github.com/hashcat/oclHashcat into GetRidOfCUDA 2015-12-27 10:37:32 +01:00
Jens Steube
eb7e096956 Fix bug in test.pl, did not handle zero length passwords in -m 7700 2015-12-27 10:37:13 +01:00