1
0
mirror of https://github.com/hashcat/hashcat.git synced 2024-10-11 10:28:57 +00:00
Commit Graph

1069 Commits

Author SHA1 Message Date
Jens Steube
7ba1322d7f Redesign some of the kernel_power features like too small wordlist detection etc, now based on autotuning results 2016-06-02 12:32:24 +02:00
Jens Steube
725e3677cb Only load ADL or NVML if we really need it 2016-06-02 11:10:36 +02:00
jsteube
04dfe6e89e Fix -m 12500 by limiting max. length to 20; Limit fake rule copy in autotune() to it's max size 2016-06-01 22:56:33 +02:00
jsteube
d329451cc1 Here it is: --powertune-enable for nvidia -- Works on both linux and windows 2016-06-01 19:01:44 +02:00
jsteube
a23c0c4716 Added a ton of new NVML stuff 2016-06-01 00:57:57 +02:00
jsteube
d89a8a68d6 Finally got rid of NvAPI on Windows, replace with NVML 2016-05-31 22:48:58 +02:00
jsteube
a381cb651d Fix autotune in case of rule-based attack is used 2016-05-31 13:21:41 +02:00
jsteube
14dc8c1bd2 Fixed GTX1080 tunings 2016-05-31 00:09:44 +02:00
jsteube
9a548298ee Fix some OSX compiler errors 2016-05-30 10:29:18 +02:00
jsteube
19e36694da Added support for --gpu-temp-retain for nvidia devices on windows
Disabled retain support by default, you can reactive it using --gpu-temp-retain
Completely get rid of HAVE_ADL, HAVE_NVML and HAVE_NVAPI in sources
2016-05-30 00:05:46 +02:00
jsteube
8ffbeac954 Add NvAPI_GPU_GetPerfDecreaseInfo() -- but i doesn't work, so deactive it 2016-05-29 20:51:52 +02:00
jsteube
63de7cdca8 Add NvAPI support for PCIE Lanes 2016-05-29 17:43:25 +02:00
jsteube
3a49227748 Only show Hardware-Monitor information we have, do not show N/A any longer 2016-05-29 17:25:52 +02:00
jsteube
72384c1fc3 Add NVML support for PCIE Lanes 2016-05-29 16:54:07 +02:00
Jens Steube
53a4e0cbb7 Add PCI-E Lanes to status display, if available 2016-05-29 15:54:51 +02:00
Jens Steube
3e6ae89297 Add ADL_Overdrive6_TargetTemperatureData_Get() which for some reason does not work 2016-05-29 15:34:28 +02:00
jsteube
3e4badd9b4 Send a notice to user in case the drivers temperature threshold for slowdown is reached and a performance drop is expected due to throttling 2016-05-29 00:59:24 +02:00
jsteube
f91dc3ac80 Fix osx compilation 2016-05-28 22:13:46 +02:00
jsteube
1b05d09327 Remove coreclock frequency returned back from OpenCL runtime (always wrong since GTX5xx) - we now have a better reading in status display
Only adjust screen width on windows, not height
2016-05-28 18:05:04 +02:00
jsteube
3227ef167e Added NvAPI support for querying current engine clock and current memory clock 2016-05-28 17:44:09 +02:00
jsteube
36def60bfa Added NVML support for querying current engine clock and current memory clock 2016-05-28 16:49:23 +02:00
Jens Steube
e97fa06a7a Added current engine clock and current memory clock to the status display (ADL only atm)
Automatically enable AMD powertune in benchmark-mode
2016-05-28 16:32:45 +02:00
jsteube
75a6e432db Turns out default gpu retain temp of 80c is a bit too high, latest nvidia driver sets it to 70c, so we move with it 2016-05-28 16:01:26 +02:00
jsteube
2213786618 Increase Domain Cached Credentials (DCC), MS Cache cracking performance 2016-05-28 15:36:04 +02:00
jsteube
bfeacfde75 Automatically increase console size on windows if it's too small 2016-05-28 14:46:54 +02:00
jsteube
333ca26f21 Increase Oracle T: Type (Oracle 12+) cracking performance 2016-05-28 13:02:21 +02:00
jsteube
c0e40632bb Merge branch 'master' of https://github.com/hashcat/oclHashcat 2016-05-28 12:31:49 +02:00
jsteube
a720195686 Increase AIX {ssha512} cracking performance
Remove unrolling for 7100, 7200, 12100 and 8200: High-End GPUs didn't like it
2016-05-28 12:30:39 +02:00
Jens Steube
2a55c897ff Merge pull request #356 from philsmd/master
docs: added notes about --machine-readable, replaced --status-automat notes
2016-05-28 12:14:37 +02:00
philsmd
15c0995f4e
docs: added more notes about --machine-readable and replaced all changes about --status-automat 2016-05-28 09:42:41 +02:00
jsteube
072988f26c Increase PBKDF2-HMAC-SHA512 cracking performance 2016-05-28 00:25:41 +02:00
jsteube
2ec7429dea Increase 1Password, cloudkeychain cracking performance 2016-05-27 23:59:52 +02:00
jsteube
b5fca5f223 Add --machine-readable to tab_completion 2016-05-27 21:02:42 +02:00
Jens Steube
7a3cdb396f Merge pull request #355 from usernamestaken/master
Update macros to match option --machine-readable
2016-05-27 11:42:42 +02:00
radix
083c90a0ab
Update macros to match option --machine-readable 2016-05-27 04:26:39 -05:00
Jens Steube
346faa9f49 Merge pull request #354 from usernamestaken/master
Change --status-automate to --machine-readable.
2016-05-27 11:12:38 +02:00
radix
2b2a0c585e
Change --status-automate to --machine-readble. The former didn't really illustrate the point of the command though the functionallity is great to have. Updated ASCII tables around options output. 2016-05-27 03:50:52 -05:00
Jens Steube
ea717d2de6 Merge pull request #353 from usernamestaken/master
Fix a typo and change option header layout
2016-05-27 09:40:58 +02:00
radix
b0c158fba9
Helps to actually save files before trying to commit them. 2016-05-26 22:03:15 -05:00
radix
bb332eaa71 Merge remote-tracking branch 'upstream/master' 2016-05-26 21:38:34 -05:00
radix
f61c8da344 Merge branch 'master' of github.com:/usernamestaken/oclHashcat 2016-05-26 21:35:28 -05:00
radix
ed72953c8b
Change format of option headers to something less eye cancerous.
Fix a typo with --status-automate.
2016-05-26 21:34:46 -05:00
radix
e6bafacd72
Change format of option headers to something less eye cancerous. 2016-05-26 21:31:42 -05:00
jsteube
e279e0c2b3 Improve GOST R 34.11-2012 (Streebog) speed 2016-05-26 19:47:01 +02:00
jsteube
f843c6a4d0 Improve Lotus Notes/Domino 5 performance 2016-05-26 19:30:09 +02:00
jsteube
dfc9a5ff61 Improve Lotus Notes/Domino 6 performance 2016-05-26 18:59:36 +02:00
jsteube
911c8ae1db Release kernel_memset when finished 2016-05-26 17:08:00 +02:00
jsteube
9f821aa3d2 Set maximum password length for SAP CODVN B (BCODE) hashes 2016-05-26 16:55:30 +02:00
jsteube
2dd8156d24 Introduce a true memset kernel, currently operates on 16 byte per item 2016-05-26 16:45:52 +02:00
jsteube
fd7bc2736d More vendor related changes 2016-05-26 14:56:42 +02:00