Commit Graph

3411 Commits (0fc949ef69ac036d6e687be81510d47d794cc2af)
 

Author SHA1 Message Date
Jens Steube 0fc949ef69 Fixed cracking of PeopleSoft Token if salt length + password length is >= 128 byte
7 years ago
jsteube d2e95d5e1b Fix WPA/WPA2 incorrectly reports cracked passwords in some cases
7 years ago
Jens Steube c13f851a52 Merge pull request #1136 from philsmd/master
7 years ago
philsmd b38dbb61f2
hctune: for Apple Iris, add all new algorithms to hashcat.hctune
7 years ago
Jens Steube cc2d8751b7 Merge pull request #1135 from philsmd/master
7 years ago
philsmd f314ad0926
tests: minor, always run -m 99999 last
7 years ago
Jens Steube 37712fd9c0 Merge pull request #1134 from philsmd/master
7 years ago
philsmd 86ea878755
tests: fixed timeout values
7 years ago
jsteube dc170907ed Compress multiple newlines to one in host code, too
7 years ago
jsteube 2ece9742e1 Compress multiple newlines to one
7 years ago
jsteube d0fa9d059d Remove some unused macros
7 years ago
jsteube 22be61b20d Remove aligned __constant datatypes from OpenCL kernel function declarations
7 years ago
jsteube 6401c58568 Align all the __constant buffers to workaround OpenCL JIT compiler errors in NV drivers 378.x
7 years ago
jsteube 3fb433de60 Remove __constant from OpenCL kernel function declarations
7 years ago
jsteube ecb851ecda Testwise workaround for -m 9100 on 378.x
7 years ago
jsteube c094f3b511 Workaround added for NVidia OpenCL runtime: RACF kernel requires EBCDIC lookup to be done on shared memory
7 years ago
Jens Steube 2dd8018915 Fix -m 4520 for salt length exactly 15
7 years ago
jsteube 7aab78fb52 Fix broken SHA512 in LUKS due to union refactoring in tmps variable
7 years ago
Jens Steube ffc678857b Merge pull request #1130 from neheb/master
7 years ago
Rosen Penev 4ceb7a1afa
Prefer _WIN to _POSIX for defines.
7 years ago
jsteube de186ceda5 Fix some typo
7 years ago
jsteube ba5fb80a38 Refactor kernel declarations for Skip32 to enable OSX using it
7 years ago
jsteube f381b107a3 Remove some unused variable
7 years ago
jsteube 877b3fdc4d Fix some case to make GCC on OSX happy
7 years ago
jsteube d6b843901b In case of multiline error message use only the first line as error and the description as warning
7 years ago
jsteube aa5ed1ca89 OpenCL Runtime: Added a warning about using Mesa OpenCL runtime
7 years ago
jsteube 4e2adc031a Add some compiler independant integer overflow functions
7 years ago
jsteube 7797826c8d Continue with WPA hashing logic as it was already
7 years ago
jsteube 57371376a3 Fix some formating from merged PR
7 years ago
Jens Steube 91316d43bb Merge pull request #1127 from neheb/master
7 years ago
jsteube d8e056d59f Also add WPA keymic to parser hash
7 years ago
Rosen Penev abd7b2bfcc
Simplify common.h a bit.
7 years ago
Jens Steube f302576a79 Merge pull request #1125 from yhfudev/opencl_error_messages
7 years ago
Jens Steube 53571f9516 Merge pull request #1124 from lindi2/master
7 years ago
Jens Steube 4a3c90dd3c Fixes https://github.com/hashcat/hashcat/issues/1123
7 years ago
yhfudev eba49f0dae a complete opencl error messages
7 years ago
Timo Juhani Lindfors 289744e7a3 Fix spelling of MHz
7 years ago
jsteube 922fea7616 Add more integer overflow checks
7 years ago
jsteube 080131c86e Use type independant __builtin_mul_overflow()
7 years ago
jsteube 62bc8689b7 Mask Checks: Added integer overflow detection for a keyspace of a mask provided by user
7 years ago
Jens Steube 14883bcd53 Merge pull request #1114 from neheb/master
7 years ago
Rosen Penev a1619f640d
Add ADL support to Cygwin
7 years ago
jsteube 96370d0ca7 Also update docs/readme.txt
7 years ago
jsteube d200b8493e We're at over 200 algorithms :)
7 years ago
Jens Steube b60f624b1c Merge pull request #1120 from LocutusOfBorg/patch-1
7 years ago
jsteube 9b08d4af0f Update hccapx format to version 4
7 years ago
Jens Steube 2dd027af65 Make sure to zero scratch buffer for WPA/WPA2 and LUKS
7 years ago
Gianfranco Costamagna b0324c48ca Fix typo in README file (from Paul Wise)
7 years ago
jsteube 5f58a25dcc Building: Removed compiler option -march=native as this created problems for maintainers on various distributions
7 years ago
jsteube c3251cebd8 Hardware Management: Bring back kernel exec timeout detection for NVidia on user request
7 years ago