jsteube
|
96370d0ca7
|
Also update docs/readme.txt
|
2017-02-21 20:33:32 +01:00 |
|
jsteube
|
d200b8493e
|
We're at over 200 algorithms :)
|
2017-02-21 20:27:32 +01:00 |
|
Jens Steube
|
b60f624b1c
|
Merge pull request #1120 from LocutusOfBorg/patch-1
Fix typo in README file (from Paul Wise)
|
2017-02-21 20:22:50 +01:00 |
|
jsteube
|
9b08d4af0f
|
Update hccapx format to version 4
|
2017-02-21 20:07:18 +01:00 |
|
Jens Steube
|
2dd027af65
|
Make sure to zero scratch buffer for WPA/WPA2 and LUKS
|
2017-02-21 13:09:00 +01:00 |
|
Gianfranco Costamagna
|
b0324c48ca
|
Fix typo in README file (from Paul Wise)
|
2017-02-21 11:42:24 +01:00 |
|
jsteube
|
5f58a25dcc
|
Building: Removed compiler option -march=native as this created problems for maintainers on various distributions
|
2017-02-20 18:45:04 +01:00 |
|
jsteube
|
c3251cebd8
|
Hardware Management: Bring back kernel exec timeout detection for NVidia on user request
|
2017-02-20 18:38:31 +01:00 |
|
Jens Steube
|
5ec763fa20
|
Let is_hexify() call is_valid_hex_string() for better verification
|
2017-02-19 14:51:45 +01:00 |
|
Jens Steube
|
dd55c1eb66
|
WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:mac_ap:mac_sta:essid
Fixes https://github.com/hashcat/hashcat/issues/1113
|
2017-02-19 14:45:27 +01:00 |
|
jsteube
|
778f568d91
|
Prepare for v3.40 release
|
2017-02-17 18:28:16 +01:00 |
|
jsteube
|
bbb4c74e85
|
OpenCL Kernel: Remove "static" keyword from function declarations; Causes older Intel OpenCL runtimes to fail compiling
|
2017-02-17 10:11:05 +01:00 |
|
jsteube
|
79e8b6a6b9
|
Make sure to unlink the pidfile only if our instance created it, but even in case of error
|
2017-02-17 08:59:22 +01:00 |
|
jsteube
|
ef004e85f0
|
Fix some variable initializationg warnings in older GCC
|
2017-02-16 10:10:38 +01:00 |
|
Jens Steube
|
0a2e629f0f
|
Added Coverity Scan Badge
|
2017-02-16 09:53:43 +01:00 |
|
jsteube
|
b0be93c34e
|
Fixed changes.txt ordering
|
2017-02-15 19:58:21 +01:00 |
|
jsteube
|
0aca372ce8
|
Hardware Monitor: In case NVML initialization failed, do not try to initialiaze NVAPI or XNVCTRL because they both depend on NVML
|
2017-02-15 19:43:22 +01:00 |
|
Jens Steube
|
30e3ad60fd
|
Merge pull request #1112 from philsmd/master
use putenv () with the COMPUTE environment as it was before
|
2017-02-15 14:34:36 +01:00 |
|
philsmd
|
bd9fdc1849
|
use putenv () with the COMPUTE environment as it was before
|
2017-02-15 14:32:24 +01:00 |
|
Jens Steube
|
5d14e04f9c
|
Merge pull request #1111 from hashcat/revert-1108-master
Revert "tainted string: test number 2, try to limit the length of the compute variable"
|
2017-02-15 14:18:19 +01:00 |
|
Jens Steube
|
f31330679f
|
Revert "tainted string: test number 2, try to limit the length of the compute variable"
|
2017-02-15 14:18:11 +01:00 |
|
Jens Steube
|
a07875e25d
|
Merge pull request #1110 from hashcat/revert-1109-master
Revert "tainted string: maybe strdup () helps us out"
|
2017-02-15 14:17:58 +01:00 |
|
Jens Steube
|
899b120316
|
Revert "tainted string: maybe strdup () helps us out"
|
2017-02-15 14:17:48 +01:00 |
|
Jens Steube
|
ad24f5d2ed
|
Merge pull request #1109 from philsmd/master
tainted string: maybe strdup () helps us out
|
2017-02-15 13:59:41 +01:00 |
|
philsmd
|
0ca0448bd9
|
tainted string: maybe strdup () helps us out
|
2017-02-15 13:57:07 +01:00 |
|
Jens Steube
|
add3ec6f54
|
Merge pull request #1108 from philsmd/master
tainted string: test number 2, try to limit the length of the compute variable
|
2017-02-15 13:49:03 +01:00 |
|
philsmd
|
d21fbe0b2f
|
tainted string: test #2, try to limit the length of the compute variable
|
2017-02-15 13:45:02 +01:00 |
|
jsteube
|
7858f37800
|
Fix for CID 1402403
|
2017-02-15 13:27:33 +01:00 |
|
jsteube
|
e47932262d
|
Fix uint datatype (should be u32)
|
2017-02-15 13:26:02 +01:00 |
|
Jens Steube
|
3d632d9a42
|
Merge pull request #1107 from philsmd/master
tainted string fix: check some lower/upper bounds of the strings
|
2017-02-15 13:24:51 +01:00 |
|
philsmd
|
6eaa7e3741
|
tainted string fix: check some lower/upper bounds of the strings
|
2017-02-15 13:19:53 +01:00 |
|
Jens Steube
|
04ac71a36a
|
Merge pull request #1106 from philsmd/master
add dummy check around hashcat_get_status () within inner2_loop
|
2017-02-15 13:02:07 +01:00 |
|
philsmd
|
98129da7dc
|
add dummy check around hashcat_get_status () within inner2_loop to make coverity happy
|
2017-02-15 12:57:18 +01:00 |
|
Jens Steube
|
aa8fa5ff6e
|
Merge pull request #1105 from philsmd/master
rule engine: prevent integer underflow and dead code
|
2017-02-15 12:44:12 +01:00 |
|
philsmd
|
fe33957303
|
rule engine: prevent integer underflow and dead code
|
2017-02-15 12:41:32 +01:00 |
|
jsteube
|
b4bfade4ec
|
Merge branch 'master' of https://github.com/hashcat/hashcat
|
2017-02-15 12:36:09 +01:00 |
|
jsteube
|
b381b38fd8
|
Fix CID 1402374
|
2017-02-15 12:36:03 +01:00 |
|
Jens Steube
|
09fc684ad1
|
Merge pull request #1104 from philsmd/master
cpu MD5: use smaller than (<) instead of != to make coverity happy
|
2017-02-15 12:25:58 +01:00 |
|
philsmd
|
1a0b1cd144
|
cpu MD5: use smaller than (<) instead of != to make coverity happy
|
2017-02-15 12:11:18 +01:00 |
|
jsteube
|
8b28940630
|
Merge branch 'master' of https://github.com/hashcat/hashcat
|
2017-02-15 12:09:30 +01:00 |
|
jsteube
|
104958af2d
|
Fix CID 1402413
|
2017-02-15 12:09:14 +01:00 |
|
Jens Steube
|
5a637aab1b
|
Merge pull request #1103 from philsmd/master
typo: don't add URI_prefix_len and URI_suffix_len twice
|
2017-02-15 11:53:21 +01:00 |
|
philsmd
|
12517f1b7a
|
typo: don't add URI_prefix_len and URI_suffix_len twice
|
2017-02-15 11:50:35 +01:00 |
|
Jens Steube
|
ae8f702fef
|
Merge pull request #1102 from philsmd/master
prevent buffer overflow in case of OPTS_TYPE_ST_ADD80 and/or OPTS_TYPE_ST_ADD01
|
2017-02-15 11:43:27 +01:00 |
|
philsmd
|
02480f906a
|
prevent buffer overflow in case of OPTS_TYPE_ST_ADD80 and/or OPTS_TYPE_ST_ADD01
|
2017-02-15 11:33:52 +01:00 |
|
Jens Steube
|
8717672d00
|
Merge pull request #1099 from philsmd/master
fixed maximum salt_len for pbkdf2 buffers
|
2017-02-15 10:33:09 +01:00 |
|
philsmd
|
0993f2e748
|
fixed maximum salt_len for pbkdf2 buffers
|
2017-02-14 22:05:47 +01:00 |
|
Jens Steube
|
577303677c
|
Merge pull request #1098 from philsmd/master
minor: do not use UINT_MAX as upper bound for the salt_len
|
2017-02-14 21:57:53 +01:00 |
|
philsmd
|
54915e4d7b
|
minor: do not use UINT_MAX as upper bound for the salt_len
|
2017-02-14 21:54:49 +01:00 |
|
Jens Steube
|
4b85144cc2
|
Merge pull request #1097 from philsmd/master
max esalt_buf for sip fixed: we also need to append 0x80
|
2017-02-14 21:48:12 +01:00 |
|