jsteube
|
7383bb14f5
|
Add some more returncode checks
|
2016-10-15 19:30:57 +02:00 |
|
jsteube
|
e10c41c831
|
Do not show final status in case -I is used
|
2016-10-15 18:27:58 +02:00 |
|
jsteube
|
694de36694
|
Print warnings in yellow and errors in red
|
2016-10-15 16:12:20 +02:00 |
|
jsteube
|
91979bff69
|
Mark OpenCL devices as listing
|
2016-10-15 14:34:07 +02:00 |
|
jsteube
|
017555e257
|
Fix some log levels
|
2016-10-15 14:28:46 +02:00 |
|
jsteube
|
4b8576ffb7
|
Do not show goodbye_screen in --machine-readable mode
|
2016-10-14 21:56:23 +02:00 |
|
jsteube
|
7f6d027b35
|
Add --speed-only to bash tab completion
|
2016-10-14 21:53:22 +02:00 |
|
jsteube
|
554c2f9e28
|
Add notes to changes
|
2016-10-14 21:48:10 +02:00 |
|
jsteube
|
191269f4f0
|
Add --speed-only mode
|
2016-10-14 21:38:52 +02:00 |
|
jsteube
|
9d4f9f5698
|
Fix dictstat and logfile
|
2016-10-14 20:29:21 +02:00 |
|
jsteube
|
ef80e3f074
|
Some newline fixes
|
2016-10-14 20:18:45 +02:00 |
|
jsteube
|
056083fdba
|
Revert "Prepare for hashcat_ctx_run_session()"
This reverts commit 0179097a53 .
|
2016-10-14 19:25:13 +02:00 |
|
jsteube
|
0179097a53
|
Prepare for hashcat_ctx_run_session()
|
2016-10-14 13:27:35 +02:00 |
|
jsteube
|
742b9c8404
|
Fix clear line system
|
2016-10-13 19:52:27 +02:00 |
|
jsteube
|
a3fa435f4f
|
Use \b instead a combination of \r and space
|
2016-10-13 19:44:22 +02:00 |
|
jsteube
|
9f59f7766e
|
fix newline handling on windows
|
2016-10-13 19:31:08 +02:00 |
|
jsteube
|
757dc088ff
|
Transport back errors from outer_loop()
|
2016-10-13 19:23:10 +02:00 |
|
jsteube
|
8de576f5e9
|
Make it possible to access error messages without using an event
|
2016-10-13 19:16:24 +02:00 |
|
jsteube
|
fc2d242f50
|
Remove some unneeded includes from main_shared.c
|
2016-10-13 17:45:09 +02:00 |
|
jsteube
|
c826dc0e4d
|
install_folder and shared_folder are not mandatory, remove them from main_shared.c to make the example more easy to understand
|
2016-10-13 17:36:18 +02:00 |
|
jsteube
|
e4718dc582
|
Make some more useful example for returncode in main_shared.c
|
2016-10-13 17:33:23 +02:00 |
|
jsteube
|
10dfea61ad
|
Add main_shared Makefile target, create main_shared.c out of main.c library use example
|
2016-10-13 17:27:09 +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
|
62284f79b1
|
Get rid of exit() in hashcat.c
|
2016-10-12 14:56:53 +02:00 |
|
jsteube
|
690ca0219e
|
Fix formatstring in CPT display and get rid of potfile_format_plain()
|
2016-10-12 14:38:33 +02:00 |
|
jsteube
|
ee1661b9db
|
Revert "Fix formatstring in CPT display"
This reverts commit 8d3e9fc70c .
|
2016-10-12 14:36:47 +02:00 |
|
jsteube
|
8d3e9fc70c
|
Fix formatstring in CPT display
|
2016-10-12 14:19:06 +02:00 |
|
jsteube
|
556c07d8ee
|
Revert "Use printf() instead of event_log_*() in terminal.c and status.c"
This reverts commit 690b465ddc .
|
2016-10-12 14:17:30 +02:00 |
|
jsteube
|
358ad9bdbe
|
Revert "Fix some newlines in status.c"
This reverts commit 29c2931b67 .
|
2016-10-12 14:17:15 +02:00 |
|
jsteube
|
29c2931b67
|
Fix some newlines in status.c
|
2016-10-12 13:35:50 +02:00 |
|
jsteube
|
690b465ddc
|
Use printf() instead of event_log_*() in terminal.c and status.c
|
2016-10-12 13:30:59 +02:00 |
|
jsteube
|
60f6137a3f
|
Fix some newlines in restore mode
|
2016-10-12 13:08:48 +02:00 |
|
jsteube
|
ebc26ecac5
|
Fix some log levels in opencl.c
|
2016-10-12 11:45:24 +02:00 |
|
jsteube
|
386efb7fb5
|
Make use of EVENT_CRACKER_HASH_CRACKED, do not print a cracked hash to stdout directly, let the client do it
|
2016-10-12 11:27:10 +02:00 |
|
jsteube
|
20832d29d6
|
Do not reset innerloop_left and outerloop_left too early so we can access it from status display
|
2016-10-11 15:02:54 +02:00 |
|
jsteube
|
fa70e44874
|
Better handle rc == -1
|
2016-10-11 13:38:35 +02:00 |
|
jsteube
|
6a697571fd
|
Remove debugging symbols from binary builds
|
2016-10-11 12:23:50 +02:00 |
|
jsteube
|
a3bf6fd4ef
|
Make use of nvmlDeviceGetCount()
|
2016-10-11 12:18:06 +02:00 |
|
jsteube
|
afd44130fc
|
Prefix warning and error messages
|
2016-10-11 11:56:40 +02:00 |
|
jsteube
|
bb4e381d18
|
Do not run keypress thread in case -I is used
|
2016-10-11 11:04:13 +02:00 |
|
jsteube
|
af9de0a7b7
|
Fix some error string formats
|
2016-10-11 10:55:02 +02:00 |
|
jsteube
|
ab8d2eb336
|
Fix newlines in help menu
|
2016-10-11 09:46:18 +02:00 |
|
jsteube
|
26fd67d932
|
Inline outfile_format_plain()
|
2016-10-10 13:10:50 +02:00 |
|
jsteube
|
60000136fe
|
Hand merged https://github.com/hashcat/hashcat/pull/533
|
2016-10-10 11:27:50 +02:00 |
|
jsteube
|
2a5545d2b7
|
Move logfile stuff back to hashcat.c, it's a core feature which should be handled by the library
|
2016-10-10 11:23:21 +02:00 |
|
jsteube
|
6d2c58d8df
|
Add main_potfile_remove_parse_post()
|
2016-10-10 11:10:04 +02:00 |
|
jsteube
|
f962a38221
|
Remove double message
|
2016-10-10 11:05:41 +02:00 |
|
jsteube
|
8fc4da795b
|
Replace fprintf(stderr, ...) on malloc.c with log_event_error()
|
2016-10-10 11:03:11 +02:00 |
|
jsteube
|
07f5b2195b
|
Hopefully fixes some OSX compiler errors
|
2016-10-10 09:18:10 +02:00 |
|
jsteube
|
0f96c57ead
|
Remove some workarounds to use get rid of unused variable warnings
|
2016-10-10 09:12:36 +02:00 |
|