Rosen Penev
|
2a2bd0e2b1
|
Restore strerror as %m is unsupported by the BSDs
The BSDs just print m instead of the actual error message. Benefit
is not worth the cost.
|
2017-02-03 17:53:50 -08:00 |
|
jsteube
|
2135ea3329
|
WPA: Changed format for outfile and potfile from essid:mac1:mac2 to hash:essid
WPA: Changed format for outfile_check from essid:mac1:mac2 to hash
|
2017-02-01 12:25:21 +01:00 |
|
philsmd
|
1c4af583e8
|
minor: removed unused user_options variable
|
2017-02-01 09:20:10 +01:00 |
|
philsmd
|
dfd4084b3b
|
fixes #963: show all user's hashes if --show/--left was specified
|
2017-02-01 09:00:16 +01:00 |
|
jsteube
|
84fcd8289f
|
Files: Do several file and folder checks on startup rather than when they are actually used to avoid related error after eventual intense operations
|
2017-01-27 14:50:39 +01:00 |
|
jsteube
|
17548d3ee8
|
Helper: Added functions to check existence, type, read- and write-permissions and rewrite sources to use them instead of stat()
|
2017-01-27 11:46:45 +01:00 |
|
philsmd
|
297c797521
|
hook code: refactored the hook salt to be part of the hash_t struct
|
2017-01-24 15:23:48 +01:00 |
|
jsteube
|
5ea24d9bca
|
Fixed duplicate detection for WPA handshakes with the same ESSID
https://github.com/hashcat/hashcat/issues/955
|
2017-01-23 17:54:56 +01:00 |
|
jsteube
|
8257883ec1
|
Added hash-mode 14600 = LUKS
|
2017-01-21 15:37:44 +01:00 |
|
jsteube
|
1f756bf752
|
Include passwords for removed hashes present in the potfile to next loopback iteration
|
2017-01-03 19:21:27 +01:00 |
|
jsteube
|
e1b5de12d5
|
Fixed potfile loading to accept blank passwords
|
2017-01-03 09:39:13 +01:00 |
|
jsteube
|
a4f40ac226
|
Added old potfile detection, show warning message
|
2016-12-31 13:52:35 +01:00 |
|
jsteube
|
6ece83760d
|
Add wrapping function for asprintf()
|
2016-12-24 00:40:40 +01:00 |
|
Jens Steube
|
1b4edc92ee
|
Merge pull request #925 from neheb/master
Replace some snprintf calls with asprintf.
|
2016-12-21 00:39:51 +01:00 |
|
Rosen Penev
|
36bd1c7dd9
|
Replace some snprintf calls with asprintf.
Simplifies the code.
|
2016-12-19 16:46:30 -08:00 |
|
jsteube
|
ec5610271a
|
New option --progress-only: Quickly provides ideal progress step size and time to process it per device based on the user hashes and selected options, then quit
|
2016-12-09 23:44:43 +01:00 |
|
jsteube
|
1342cf2ce3
|
Use $HEX[...] in case the password includes the separater character, increases potfile reading performance
|
2016-12-09 14:54:13 +01:00 |
|
Rosen Penev
|
5c0bd0a15f
|
Remove strerror in favor of thread safe %m
|
2016-12-02 21:26:10 -08:00 |
|
magnum
|
fb56ce9b5a
|
Only lock loopback and pot files while actually writing to them. Closes #893.
|
2016-12-02 11:18:55 +01:00 |
|
jsteube
|
db5291a76c
|
Add special weak-hash detection section for LM
Fixes https://github.com/hashcat/hashcat/issues/889
|
2016-11-29 20:37:29 +01:00 |
|
jsteube
|
90b9d5c12c
|
Fix some potential resource leaks in case of an error
|
2016-11-20 23:15:54 +01:00 |
|
jsteube
|
ea4fd1de50
|
Remove complicated checks after memory allocation and in case of error print to stderr instead. This makes the memory allocation functions more natural to use.
|
2016-11-20 22:54:52 +01:00 |
|
jsteube
|
e8078f2c73
|
Add output buffer size to ascii_digest()
|
2016-11-19 16:10:01 +01:00 |
|
jsteube
|
e777c25a67
|
Improve handling of MAX_CUT_TRIES
|
2016-11-19 15:25:01 +01:00 |
|
jsteube
|
daeb5f66ac
|
Use same locking mechanism in potfile as in outfile
|
2016-11-19 15:13:54 +01:00 |
|
jsteube
|
2f398becfb
|
Do not store result of binary operation in a bool
|
2016-11-19 15:08:22 +01:00 |
|
jsteube
|
0cd39ab963
|
Fix some code in potfile.c to make cppcheck happy
|
2016-11-16 16:08:40 +01:00 |
|
jsteube
|
316694fd08
|
Move hc_qsort_r() and hc_bsearch_r() from potfile.c to shared.c - Lets us use them from within all objects
|
2016-11-16 10:22:57 +01:00 |
|
jsteube
|
23fa7000fa
|
Removed functions sort_by_pot() and sort_by_salt_buf() from potfile.c - Code no longer required due to potfile --show and --left handling logic
|
2016-11-16 10:16:15 +01:00 |
|
jsteube
|
16c6a48e0b
|
Fix some null-pointer derefence which never occurs but is listed in the clang analyzer output
|
2016-11-12 15:06:10 +01:00 |
|
Jens Steube
|
2d743706cb
|
Merge pull request #570 from magnumripper/master
Fix file locking (again).
|
2016-11-05 23:26:59 +01:00 |
|
jsteube
|
2507f62722
|
Add hash-mode option OPTS_TYPE_PT_ALWAYS_ASCII to control need_hexify() from interface.c
|
2016-11-05 14:46:00 +01:00 |
|
magnum
|
7d7ca48704
|
Change need_hexify so it optionally tests for printable UTF-8 as opposed
to printable ASCII.
|
2016-11-05 13:36:55 +01:00 |
|
magnum
|
a52b96583f
|
Fix file locking (again).
|
2016-11-05 11:33:29 +01:00 |
|
jsteube
|
fb8fb6b21d
|
Actual use of --outfile-autohex-disable was lost during refactoring. Fixes https://github.com/hashcat/hashcat/issues/567
|
2016-11-04 22:12:25 +01:00 |
|
jsteube
|
b8efae4281
|
Refactor all variables with HCBUFSIZ_LARGE size from stack to heap
|
2016-10-30 22:47:48 +01:00 |
|
jsteube
|
eb58b076da
|
Fix compiler warnings caused by -Wstack-usage=524288
|
2016-10-30 22:22:26 +01:00 |
|
jsteube
|
9f790d4dbd
|
Move u8 * instead of char * for most interface.c functions
|
2016-10-30 21:56:56 +01:00 |
|
jsteube
|
e3a245f615
|
Fix compiler warnings caused by -Wpointer-arith
|
2016-10-30 20:39:27 +01:00 |
|
jsteube
|
7eef713ff7
|
Fix compiler warnings caused by -Wshadow
|
2016-10-30 20:37:02 +01:00 |
|
jsteube
|
c4ba7907ca
|
Fix more EOL issues
|
2016-10-25 12:40:47 +02:00 |
|
jsteube
|
a460ab01b6
|
Bring back --username handling to --show and --left
|
2016-10-19 12:42:41 +02:00 |
|
jsteube
|
f5a92900c6
|
Rudimentary --show support is back
|
2016-10-19 11:55:43 +02:00 |
|
jsteube
|
9b2c69a00d
|
Bring error in case someone uses --show
|
2016-10-18 21:04:40 +02:00 |
|
jsteube
|
edefcdbaaa
|
Rudimentary --left support is back
|
2016-10-18 21:03:16 +02:00 |
|
jsteube
|
f6334b5f90
|
Handling --show and --left need to be refactored, do not use those flags atm
|
2016-10-18 20:42:34 +02:00 |
|
jsteube
|
1f72aa95e6
|
Destinguish between EVENT_POTFILE_HASH_CRACKED and EVENT_CRACKER_HASH_CRACKED for prompt handling
|
2016-10-18 00:50:54 +02:00 |
|
jsteube
|
191269f4f0
|
Add --speed-only mode
|
2016-10-14 21:38:52 +02:00 |
|
jsteube
|
8598a79732
|
Removed exit() from memory.c, resulting in all exit() calls removed from all code in the repository
|
2016-10-13 10:07:04 +02:00 |
|
jsteube
|
690ca0219e
|
Fix formatstring in CPT display and get rid of potfile_format_plain()
|
2016-10-12 14:38:33 +02:00 |
|