1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-17 21:39:01 +00:00
Commit Graph

3568 Commits

Author SHA1 Message Date
jsteube
98cedd9422 Remove unused argument 2017-03-27 10:35:31 +02:00
jsteube
c3e118f5ea Instead of checking some path checks to result in files change it to disallow folders 2017-03-27 10:27:53 +02:00
Jens Steube
1af24d18da Merge pull request #1208 from roycewilliams/master
event_log_: length <80, end with '.', grammar
2017-03-27 10:01:17 +02:00
Royce Williams
596778043f event_log_: length <80, end with '.', grammar 2017-03-26 09:52:36 -08:00
Royce Williams
68ae2bc791 event_log_: length <80, end logs with '.', grammar 2017-03-25 22:49:13 -08:00
jsteube
368f8b39bc Add function to distinguish between warning and advice messages 2017-03-25 20:50:37 +01:00
jsteube
99fbaa8bcc Dictionary Cache: Split long status line into multiple lines to stay < 80 chars 2017-03-25 16:11:01 +01:00
jsteube
e734e39df1 also make a note for that in changes.txt 2017-03-24 23:39:57 +01:00
jsteube
e933d12838 Rename Input.Mode, Input.Base, ... to Guess.Mode, Guess.Base, ... 2017-03-24 23:39:09 +01:00
jsteube
6d66ff96c1 Truncate longer hash format in status output 2017-03-24 10:45:40 +01:00
Jens Steube
627bd4d83b Merge pull request #1205 from roycewilliams/master
add help for new hash-mode 15100 - Juniper/NetBSD sha1crypt
2017-03-24 09:23:52 +01:00
Royce Williams
37b870fa44 add help for new hash-mode 15100 - Juniper/NetBSD sha1crypt 2017-03-23 16:48:22 -08:00
jsteube
b632d81212 Mark -m 15100 as slow hash 2017-03-23 16:47:17 +01:00
jsteube
d1b2fa0b31 Added hash-mode 15100 = Juniper/NetBSD sha1crypt 2017-03-23 16:44:32 +01:00
jsteube
826de76bd6 Fix invalid strdup of NULL in stdin mode 2017-03-23 16:41:12 +01:00
Jens Steube
9ab1fefd19 Merge pull request #1202 from philsmd/master
fix for previous commit: make sure that we do not override the hccapx structure values
2017-03-22 14:56:44 +01:00
philsmd
d60d6f9625
fix for previous commit: make sure that we do not override the hccapx structure values 2017-03-22 12:53:50 +01:00
Jens Steube
0da8c479e0 Merge pull request #1201 from philsmd/master
fixes #1199: introduce special bit (8) in message_pair (HCCAPX) to indicate if replay counter match
2017-03-22 12:16:22 +01:00
philsmd
07c748e136
fixes #1199: introduce special bit (8) in message_pair (HCCAPX) to indicate if replay counter match 2017-03-22 12:09:15 +01:00
Jens Steube
5419ec7acd Merge pull request #1200 from philsmd/master
minor: cleaned up code and updated docs wrt #1195
2017-03-22 12:00:18 +01:00
philsmd
c54b85a3be minor: cleaned up code and updated docs wrt #1195 2017-03-22 11:52:08 +01:00
Jens Steube
4647788280 Merge pull request #1195 from syntaxmonkey/patch-1
Update outfile.c
2017-03-22 11:05:43 +01:00
jsteube
a30a9f5b45 Fixed a hash validation error when trying to load Android FDE < 4.3 hashes 2017-03-21 14:07:16 +01:00
syntaxmonkey
85bcdd5ea7 Update outfile.c 2017-03-20 09:24:49 -04:00
syntaxmonkey
f623217a2b Update outfile.c
Fix #1194.
crackpos was not being output properly when "--outfile-format 11" was used.
2017-03-19 20:54:25 -04:00
Jens Steube
c7ed2ade17 Fixed a race condition when a session finishes the input-base was freed but accessed afterwards
Fixes https://github.com/hashcat/hashcat/issues/1192
2017-03-19 20:41:50 +01:00
jsteube
9558fcc012 Reset optind and optopt for second getopt loop 2017-03-19 15:27:43 +01:00
jsteube
378f852cec Parameter: Detect and error when users try to use a non-digit where a digit is expected
Fixes https://github.com/hashcat/hashcat/issues/1189
2017-03-19 15:11:41 +01:00
jsteube
d78a58414c Parameter: Detect and warn when users try to use an empty string (length 0) for parameters like --session=
Fixes https://github.com/hashcat/hashcat/issues/1190
2017-03-19 14:18:11 +01:00
jsteube
53acb98cf8 Files: Detect and warn when users try to use -r with a parameter which is not a file
Fixes https://github.com/hashcat/hashcat/issues/1191
2017-03-19 13:59:36 +01:00
jsteube
20057d8516 Roll back status view progress percentage in case -s was used 2017-03-15 16:15:37 +01:00
jsteube
72071fba87 Do not try to use save_hash() in case hashlist_mode == HL_MODE_FILE 2017-03-14 08:51:53 +01:00
jsteube
e9d5b6d44d Merge branch 'master' of https://github.com/hashcat/hashcat 2017-03-13 23:00:33 +01:00
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