philsmd
|
ed8315ba21
|
add sanity check to disallow --show and --outfile-autohex-disable
|
2016-08-18 13:48:59 +02:00 |
|
philsmd
|
58ae741cbd
|
the actual changes for #461 :)
|
2016-08-18 12:17:51 +02:00 |
|
philsmd
|
d78deef080
|
added locking too, just to be save
|
2016-08-18 11:46:33 +02:00 |
|
philsmd
|
14677e915f
|
new feature: allow -o to be used in stdout mode
|
2016-08-18 11:04:23 +02:00 |
|
Jens Steube
|
bdecbbee1a
|
Merge pull request #446 from usernamestaken/master
CRAM_MD5 throws salt length exception when the issue is in the hash
|
2016-08-17 16:41:15 +02:00 |
|
radix
|
e30dac2c6e
|
If a custom char set is undefined, declare it as undefined rather than NULL
|
2016-08-17 09:30:42 -05:00 |
|
Michael Sprecher
|
7593db9483
|
Added new hash-mode 13900 = OpenCart
|
2016-08-02 15:00:58 +02:00 |
|
radix
|
494afc0f66
|
Added Custom.Chars for modes 6, and 7.
|
2016-07-30 20:39:23 -05:00 |
|
radix
|
817917591e
|
Had a typo in the output, fixed.
|
2016-07-30 20:20:46 -05:00 |
|
radix
|
004812819f
|
Add Custom.Chars to output window in the case of a user specifying -1, -2, -3, -4.
|
2016-07-30 20:14:46 -05:00 |
|
Rosen Penev
|
37eaafdabf
|
Fix GCC sign warnings
|
2016-07-25 23:08:02 -07:00 |
|
jsteube
|
d3a95a67ae
|
Fixed a bug where hashcat did not take into account how long it takes to prepare a session when auto-aborting with --runtime is in use
|
2016-07-24 22:26:40 +02:00 |
|
jsteube
|
215457d74d
|
Workaround for OpenCL runtimes which do accept -I parameter in the OpenCL kernel build options, but do not allow quotes
|
2016-07-23 23:30:42 +02:00 |
|
jsteube
|
c837df09ae
|
Workaround for OpenCL runtimes which do accept -I parameter in the OpenCL kernel build options, but do not allow quotes
|
2016-07-21 10:06:31 +02:00 |
|
jsteube
|
2167df6915
|
Fix for -I parameter workaround, use chdir () before modifying cpath_real
Fixes https://github.com/hashcat/hashcat/issues/432
|
2016-07-13 11:36:57 +02:00 |
|
Jens Steube
|
752e548f4e
|
Merge branch 'master' of https://github.com/hashcat/hashcat
|
2016-07-12 12:02:14 +02:00 |
|
Jens Steube
|
346400f518
|
Add missing continue
|
2016-07-12 12:01:55 +02:00 |
|
jsteube
|
e56a4e9c60
|
Workaround OpenCL runtimes that do not accept -I parameter in the OpenCL kernel build options even if this is an OpenCL standard option
|
2016-07-11 23:45:25 +02:00 |
|
jsteube
|
e2dbaa6efa
|
Do not error and exit if an OpenCL platform has no devices, just print a warning and continue with the next platform
|
2016-07-11 17:15:57 +02:00 |
|
Jens Steube
|
6ba0eb8b39
|
Get rid of exit() calls in OpenCL wrapper library with the goal to have a better control which error can be ignored under special circumstances
Note, not all return codes from some of the subfunctions are uset yet, it would be too much changes at once
This is a preparation for https://github.com/hashcat/hashcat/issues/416
|
2016-07-10 13:23:06 +02:00 |
|
jsteube
|
49f693a1c9
|
Replace LINUX macro with compiler predefined macro __linux__
|
2016-07-08 23:23:16 +02:00 |
|
jsteube
|
96f2ade4bb
|
Replace DARWIN macro with __APPLE__
As discussed on https://github.com/hashcat/hashcat/pull/409
|
2016-07-08 23:14:57 +02:00 |
|
jsteube
|
2043338859
|
Rewrite some code to workaround strict aliasing rule violation for older compilers
Rewrite some variable initializers on older compilers
|
2016-07-08 22:57:27 +02:00 |
|
Jens Steube
|
baea682491
|
Missing save of original platform id
|
2016-07-08 14:46:44 +02:00 |
|
Jens Steube
|
d77c63a12c
|
Merge branch 'master' of https://github.com/hashcat/hashcat
|
2016-07-08 14:39:15 +02:00 |
|
Jens Steube
|
5909bbb7b7
|
Make use of cl_context_properties[] to clCreateContext(), even if OpenCL specification allow the use of NULL, some runtimes fail without
|
2016-07-08 14:38:57 +02:00 |
|
Jens Steube
|
7350f38bc4
|
Merge pull request #426 from philsmd/master
fixes -m #424: problem removing multiple already found WPA hashes
|
2016-07-08 14:33:10 +02:00 |
|
philsmd
|
6eec6d42f5
|
fixes -m 424: problem removing multiple already found WPA hashes
|
2016-07-08 12:38:49 +02:00 |
|
Nikolai Lifanov
|
6e04a52e53
|
enable path resolution on FreeBSD
|
2016-07-06 10:33:46 -04:00 |
|
philsmd
|
f326c5de4c
|
Merge remote-tracking branch 'upstream/master'
Conflicts:
docs/changes.txt
|
2016-07-05 15:13:45 +02:00 |
|
philsmd
|
067c0b8e83
|
this fixes #400: --loopback was not working
|
2016-07-05 15:00:26 +02:00 |
|
jsteube
|
dc9696bc3f
|
Make scrypt thread count fixed only for non-CPU OpenCL devices
|
2016-07-04 21:41:20 +02:00 |
|
jsteube
|
fc2b20b273
|
Fixed a bug where hashcat crashes in case of a scrypt P setting > 1
|
2016-07-04 21:13:23 +02:00 |
|
philsmd
|
d0f924580f
|
special case handling for commas within masks of .hcmask file
|
2016-07-04 12:47:16 +02:00 |
|
Josh de Kock
|
3db9be6eda
|
hashcat.c: change osx to OSX use shared_dir
Fixes #408
|
2016-07-02 00:48:56 +01:00 |
|
jsteube
|
b58f7a4675
|
Fixed a bug where hashcat crashes for accessing deallocated buffer if user spams "s" shortly before hashcat shuts down
|
2016-07-01 13:04:50 +02:00 |
|
jsteube
|
ad00844b26
|
The Time.Estimated attribute in status display should also show --runtime limit if user set it
This implements https://github.com/hashcat/hashcat/issues/383
|
2016-07-01 13:01:02 +02:00 |
|
jsteube
|
7b84980e4b
|
Fixed a bug where hashcat did not check the return of realpath() and crashes uncontrolled if the path does not exist
This fixes https://github.com/hashcat/hashcat/issues/399
|
2016-07-01 11:24:02 +02:00 |
|
philsmd
|
4ee4794412
|
cosmetic: fix parenthesis of the help output
|
2016-07-01 09:57:41 +02:00 |
|
Jens Steube
|
8fc1306b0b
|
Fix https://github.com/hashcat/hashcat/issues/395
|
2016-06-30 08:43:10 +02:00 |
|
jsteube
|
6be99f523c
|
Limit scrypt to 64 threads has no performance impact but makes it easier to handle
|
2016-06-28 11:47:32 +02:00 |
|
jsteube
|
8702d0e3e1
|
Workaround memory allocation limit from OpenCL by using multiple buffers for scrypt
|
2016-06-28 11:03:04 +02:00 |
|
jsteube
|
4ed8977e48
|
Dynamic tmp_t length for scrypt
|
2016-06-27 21:28:48 +02:00 |
|
Jens Steube
|
37bf9d65b0
|
Do our own include-file permission check before an OpenCL runtime fails loading them and erroring out with a confusing error messages like "file not found"
|
2016-06-27 19:13:56 +02:00 |
|
Jens Steube
|
3370820109
|
Merge pull request #392 from unix-ninja/master
Various refactor changes
|
2016-06-27 18:51:00 +02:00 |
|
Unix-Ninja
|
2188a01ae9
|
Refactor OSX preprocessor constants to read 'DARWIN'
|
2016-06-27 08:13:50 -04:00 |
|
jsteube
|
115c95eb02
|
Use dedicated variables to control shutdown of parallel threads like keypress and monitoring
|
2016-06-27 12:13:46 +02:00 |
|
Jens Steube
|
cf9c184cd5
|
Set exhausted status was too late
|
2016-06-27 09:25:34 +02:00 |
|
Jens Steube
|
772e2ac33f
|
Fix benchmark devices_status bug
|
2016-06-27 08:54:45 +02:00 |
|
Jens Steube
|
ed1863c263
|
Move macros DGST_R0 - DGST_R3 to host, define dgst_size for opencl kernel from host; both at runtime
|
2016-06-26 23:39:42 +02:00 |
|