1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-12 19:08:58 +00:00
Commit Graph

3635 Commits

Author SHA1 Message Date
jsteube
7e449e75d1 Fixed status view progress percentage in case -s was used 2017-03-13 23:00:17 +01:00
Jens Steube
bed60a6878 Merge pull request #1183 from philsmd/master
remove: do not remove hashes unless --remove was specified
2017-03-13 22:57:47 +01:00
philsmd
ae3fb3516b
remove: do not remove hashes unless --remove was specified 2017-03-13 22:42:51 +01:00
Jens Steube
49f9a967ec Merge pull request #1179 from stephengroat/cleanup-travis
changes have been pushed to OpenCL
2017-03-12 11:10:53 +01:00
Jens Steube
963a9772ba Fixed --remove was not applied in case all hashes have been cracked by help of potfile or weak-hash check 2017-03-12 11:05:37 +01:00
Stephen
1cee5b47ae matrix not expanding correctly 2017-03-11 10:35:50 -08:00
Stephen
7cecfb74f8 try to include trusty builds 2017-03-11 10:13:38 -08:00
sgroat
4d0628ddcd changes have to push to OpenCL 2017-03-11 09:56:47 -08:00
Jens Steube
f651f44606 Merge pull request #1177 from philsmd/master
fixes #1175: custom charsets and --stdout triggered a missing mask error
2017-03-11 09:13:41 +01:00
philsmd
4021d5744c
fixes #1175: custom charsets and --stdout triggered a missing mask error 2017-03-11 08:25:58 +01:00
Jens Steube
30546ea425 Merge pull request #1173 from philsmd/master
minor: fixed some comments about --skip/--limit/--keyspace
2017-03-11 00:03:11 +01:00
jsteube
2bc65c2c4d A bit a different _comp kernel iteration for WPA which can have lots of handshakes 2017-03-10 19:54:00 +01:00
philsmd
b2d88a0832
minor: fixed some comments about --skip/--limit/--keyspace 2017-03-10 12:49:57 +01:00
jsteube
c304f3163f Merge branch 'master' of https://github.com/hashcat/hashcat 2017-03-09 10:17:47 +01:00
jsteube
bea0e52cdb Remove unused variable 2017-03-09 10:17:34 +01:00
Jens Steube
9562751d9b Merge pull request #1171 from philsmd/master
tests: -m 13300 = AxCrypt in memory SHA1 output length fix
2017-03-09 09:55:46 +01:00
philsmd
eca544425e
tests: -m 13300 = AxCrypt in memory SHA1 output length fix 2017-03-08 12:19:29 +01:00
Jens Steube
e0b0d3bd32 Merge pull request #1170 from philsmd/master
fixes #1162: visual indication if checkpoint quit is enabled
2017-03-08 08:47:25 +01:00
philsmd
269b1ee6a5
renamed ST_9998 -> ST_0011 2017-03-08 08:46:42 +01:00
philsmd
9b0821bb20
fixes #1162: visual indication if checkpoint quit is enabled 2017-03-07 23:06:50 +01:00
Jens Steube
9ad3d433d6 Merge pull request #1169 from philsmd/master
tests: minor fixes and cleanups
2017-03-07 22:29:59 +01:00
philsmd
870b05d91c
tests: minor fixes and cleanups 2017-03-07 22:23:28 +01:00
jsteube
c04dd5c8b1 WPA cracking: Added support for WPA/WPA2 handshake AP nonce automatic error correction
WPA cracking: Added parameter --nonce-error-corrections to configure range of error correction
2017-03-07 14:41:58 +01:00
jsteube
67159b1936 Update Makefile: we're currently not in PRODUCTION=1 phase 2017-03-07 13:11:09 +01:00
jsteube
a7ce8ee166 Added change to changes.txt 2017-03-07 10:00:54 +01:00
jsteube
33a043ec63 Refactored internal use of esalt from sync with number of salts to sync with number of digests
This enables a true N esalts per salt feature which is required for WPA/WPA2 handling
In case we need that for a future algorithm, just make sure to have a unique value in digest in hash parser.
Fixes https://github.com/hashcat/hashcat/issues/1158
2017-03-07 09:44:58 +01:00
Jens Steube
5cf92de55f Merge pull request #1165 from philsmd/master
test: removed unused variables
2017-03-06 11:20:50 +01:00
philsmd
fd2d553177 test: removed unused variables 2017-03-06 11:01:35 +01:00
Jens Steube
90e84c7d15 Merge pull request #1164 from philsmd/pr/credits_fix
minor: some typos in credits file
2017-03-06 10:18:24 +01:00
Jens Steube
001f74782c Merge pull request #1163 from philsmd/master
test: -m 15000 is salted, verify fixed
2017-03-06 10:18:16 +01:00
philsmd
e8ddc853f3
minor: some typos in credits file 2017-03-05 22:20:19 +01:00
philsmd
4a5684600d test: -m 15000 is salted, verify fixed 2017-03-05 22:10:43 +01:00
Jens Steube
af39f63e6f Merge pull request #1161 from philsmd/master
fixes #1160: parsing/displaying -m 7000 = Fortigate hashes
2017-03-05 21:20:57 +01:00
Jens Steube
a4d62678ce Merge pull request #1159 from neheb/master
Some cleanups
2017-03-05 21:20:43 +01:00
philsmd
a2708e1063
fixes #1160: parsing/displaying -m 7000 = Fortigate hashes 2017-03-05 17:14:55 +01:00
Rosen Penev
bbdaf647f3
Add _FORTIFY_SOURCE to check for overflows 2017-03-04 19:11:28 -08:00
Rosen Penev
df3c2e712e
Change c99 to gnu99. _GNU_SOURCE conflicts with c99 2017-03-04 18:51:46 -08:00
Rosen Penev
184d69f574
Adjust version level for the *time_r functions 2017-03-04 18:51:01 -08:00
Rosen Penev
fdc0bf913d
Remove unnecessary includes 2017-03-04 18:30:39 -08:00
Rosen Penev
84cbad2ba8
Only Apple has a different cl.h location. Simplify a bit 2017-03-04 18:28:50 -08:00
Rosen Penev
a7d9e242ac
Linux ifdefs atime to atim. No need for this 2017-03-04 18:27:33 -08:00
Jens Steube
f471233544 Merge pull request #1157 from philsmd/master
min pass length init: typo fixed
2017-03-04 22:27:02 +01:00
philsmd
522c047860
min pass length init: typo fixed 2017-03-04 20:02:47 +01:00
Jens Steube
cc5d6815ae Merge pull request #1154 from philsmd/master
fixes #1153: incorrect error message while combining --keyspace with custom charset
2017-03-04 12:55:24 +01:00
philsmd
0a8b139ae3
minor: comment fix, rephrase the explanation of the conditional expression 2017-03-04 09:03:16 +01:00
philsmd
8bd6001072
fixes #1153: incorrect error message when --keyspace combined with custom charsets was used 2017-03-04 08:58:22 +01:00
jsteube
89f8739dde Fixed overflow in bcrypt kernel in expand_key() function 2017-03-03 15:26:59 +01:00
Jens Steube
d57b493d13 Merge pull request #1151 from philsmd/master
osx: some more volatile are required for luks/tc
2017-03-03 11:56:18 +01:00
philsmd
35c1f731b8
osx: some more volatile are required for luks/tc 2017-03-03 10:49:40 +01:00
jsteube
b55b068ed3 Reordered changes.txt to match with upcoming release notes 2017-03-03 08:59:54 +01:00