Hashtopus - distributed solution - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: User Contributions (https://hashcat.net/forum/forum-25.html) +--- Thread: Hashtopus - distributed solution (/thread-3159.html) |
RE: Hashtopus - distributed solution - xoxox - 05-01-2015 (04-30-2015, 04:24 PM)xoxox Wrote:(04-30-2015, 09:08 AM)bitguard Wrote:(04-30-2015, 05:16 AM)xoxox Wrote: hello! so i made another capture to test. when i do: cudaHashcat -a 3 -m 2500 capture.hccap password it works, its cracked but when i want to do the same in hashtopus ie.: -a 3 #HL# password it tells me it fails, however when i run the client in debug i can see that it finds the password but the client says: Cracked 0, skipped 1, instead of reporting to hastopus that it cracked it. I have tried with like 4-5 captures, its all the same. i thought at first it could be something with the hccap file but i doubt it. anyone? RE: Hashtopus - distributed solution - mastercracker - 05-02-2015 (05-01-2015, 11:20 PM)xoxox Wrote: so i made another capture to test.Did you delete the .pot file after your test without hashtopus? It might skip it because, it finds it in the .pot file. RE: Hashtopus - distributed solution - curlyboi - 05-02-2015 (04-30-2015, 04:24 PM)xoxox Wrote: Sure but still when i put the hash type in the other tests it works, and with or without it doesnt work with the WPA, still skips and doesnt log the password its because it will use the --hash-type from what you type in the hashlist. Also, this bug was fixed just today, upgrade to new version (just server.php and admin.php is ok, if you don't want to overwrite everything) RE: Hashtopus - distributed solution - xoxox - 05-07-2015 (05-02-2015, 03:05 PM)curlyboi Wrote:(04-30-2015, 04:24 PM)xoxox Wrote: Sure but still when i put the hash type in the other tests it works, and with or without it doesnt work with the WPA, still skips and doesnt log the password THANKS CURLY YOU ARE THE BEST! Works great now. RE: Hashtopus - distributed solution - magere-hein - 05-07-2015 I have noticed that hashtopus cracks hashes slower then individual hashcat. For example I have 2 workstations 1 with an R9 290 and a laptop with a HD5870. If I run individual hashcat from the command line on my R9 it sais that it will brute force an ntmlv1 hash with 9 characters in 2 days. With the hashtopus distribution with my 2 workstations it sais that it will crack it in 23 days same config. 9 characters brute force all chars. I don't know what the problem can be with this? Or how to fix it. RE: Hashtopus - distributed solution - curlyboi - 05-08-2015 (05-07-2015, 04:23 PM)magere-hein Wrote: I don't know what the problem can be with this? Or how to fix it. Run "hashtopus.exe debug" to see the command actually passed to oclHashcat. 99% this is related to too small chunk size resulting in lack of GPU utilization. May be caused by bad/inaccurate task benchmark. Increase the chunk size manualy by increasing the individual agent benchmark value in the admn/task details RE: Hashtopus - distributed solution - mastercracker - 05-11-2015 I have tried it, got the everything running but cannot set an agent even on the localhost. When I execute hashtopus.exe and enter a voucher, I get the error: "HTTP error: The remote server returned an error: (403) Forbidden". RE: Hashtopus - distributed solution - robertf - 05-11-2015 Hashtopus clarification.... I have 2 cracking boxes one windows 7 i7 with 4 x R9 280 and the other Ubuntu 14.04 i5 with 6 x HD 7570 and I'd like to amalgamate their power using Hashtopus. If I understand the architecture their are 3 elements 1. A client - normal PC/Laptop with a browser 2. Hashtopus server - effecively management for the GPU cluster 3. Agents - individual multi GPU environments So, if this is correct... Can I install the hashtopus server and agent on my windows 7 i7 environment, the agent on the Ubuntu i5 server and control the cluster by accessing the hashtopus server pages from my laptop? Cheers RE: Hashtopus - distributed solution - curlyboi - 05-11-2015 (05-11-2015, 11:26 AM)robertf Wrote: Can I install the hashtopus server and agent on my windows 7 i7 environment, the agent on the Ubuntu i5 server and control the cluster by accessing the hashtopus server pages from my laptop? Yes. RE: Hashtopus - distributed solution - curlyboi - 05-11-2015 (05-11-2015, 12:48 AM)mastercracker Wrote: I have tried it, got the everything running but cannot set an agent even on the localhost. When I execute hashtopus.exe and enter a voucher, I get the error: "HTTP error: The remote server returned an error: (403) Forbidden". This must be problem with your web server. See the Apache/PHP log. |