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 - s500bg - 03-05-2015 (03-04-2015, 04:45 PM)shuckitup Wrote: Curlyboi, add 'debug' at the end of the exe file and replicate the oclhashcat file so you can see where exactly hangs. Most commonly it could be of a driver issue, should be 12.9 exactly or overclocking problem or -n parameter too big... RE: Hashtopus - distributed solution - shuckitup - 03-05-2015 (03-05-2015, 12:12 AM)s500bg Wrote:(03-04-2015, 04:45 PM)shuckitup Wrote: Curlyboi, Thanks for the suggestions! I'm actually running driver 14.9 as suggested on the oclhashcat page. No problems with hascat running this dirver. I started up the Hastopus client again this morning with debug enabled and for some reason it has now started to work fine!! No idea why, but so long as it keeps going I'm not going to worry Thanks again RE: Hashtopus - distributed solution - curlyboi - 03-09-2015 (03-02-2015, 10:17 AM)vladimir125 Wrote: Hashcat download I saw that it you try to download the latest version of hashcat too quickly (ie more than 2 Mb/s) the server drops the connection, leaving you with a corrupted download. Is there an option to prevent hashtopus from downloading? This seems more like Apache issue, some kind of buffering problem. RE: Hashtopus - distributed solution - vladimir125 - 03-11-2015 I am having some troubles with zipped files. Since my wordlists are a little big (200+Mb), I'd wish to transfer them compressed. Looking at your video and manual, it seems something doable, however I can't make it run. While creating a task, when I choose a 7zip file, I get the following syntax: rockyou.txt.??? Is that ok? I tried to remove the question marks or to replace them with the correct extension, it seems nothing happens. Moreover, if I take a look at the rule and wordlist file, I can see two weird things:
Any ideas on that? RE: Hashtopus - distributed solution - BumbleBee - 03-19-2015 Hi guys! I was hoping I could get some advice. I have a cluster set up, running hashtopus, all devices are connected and able to run, however, I've found that the agents cannot return any cracked passwords due to the lack of a separator, I keep setting it in the server configuration, but it doesn't seem to be used. Any ideas? Thanks in advance, Bruce. RE: Hashtopus - distributed solution - skillskills - 03-23-2015 Looking for some advice on Hashtopus. Currently I have it up and running but I am unable to get my nvidia clients to extract the newest (1.35) version of hashcat. It keeps reporting the following error msg when the client downloads from: http://hashcat.net/files/cudaHashcat-1.35.7z Hashtopus 0.9.1 Registering to server...Enter registration voucher: XXXXXXXXX OK. Logging into server...OK. New Version available, downloading ... % % % % % % Extracting archive C:\bin2\hashcat.7z... Root directory was not unpacked or was incorrectly defined. I do see the 7z archive DL fine as soon as it starts to unzip the file leaves a 7zr.exe is left. I am on Windows 8.1 with nvidia 34600 drivers installed. I have tried the following in order to resolve the issue Supplementing my own 7zr on the server and in the install dir. Supplementing the URL to cudaHashcat with a 1.33 on my own server. Manually unzipping 1.35 to the folder and then running hashtopus. Also is there a way to bypass the need for a valid ssl cert. For internal use I dont see why I cant just use a self signed cert. Prior to me setting one up the hashtopus client would not download the instructions from the server citing a HTTPS/TLS certificate error. RE: Hashtopus - distributed solution - curlyboi - 03-27-2015 The problem was caused by misconfiguration of the Root directory (cudaHashcat instead of oclHashcat). As for your certificate issue, just add the certificate to the trusted certificate store using Windows Management Console (mmc.exe) and loading the Certificate store plugin. Then import it into Trusted certificates. RE: Hashtopus - distributed solution - curlyboi - 03-27-2015 (03-11-2015, 12:22 AM)vladimir125 Wrote: While creating a task, when I choose a 7zip file, I get the following syntax: When you check the file "rockyou.7z" on the right, the string "rockyou.???" will be added to the command line. You need to replace this ??? with the correct extension INSIDE the archive. So imagine you have rockyou.txt inside rockyou.7z (right in the root of the archive), then you simply change the "???" with "txt". The "UNPACKED" string is put there by hashtopus. Once hashtopus unpacks the 7zip archive, there is no point for it to waste additional space on the drive so the contents of the original archive is replaced with this short string. RE: Hashtopus - distributed solution - curlyboi - 03-27-2015 (03-19-2015, 04:10 PM)BumbleBee Wrote: I keep setting it in the server configuration, but it doesn't seem to be used. The separator you set up in the admin is only for admin purposes, e.g. for displaying passwords and hashes in the admin. Hashtopus agent and server components internally use 0x01 character as a separator and this cannot be changed in the admin. Maybe that is the reason it appears as there is no separator, some file viewers don't show that character. Use hex editor and you will see it. At any rate, this is correct behaviour. If you wish to change the separator used, you need to alter the code of both agent (c#) and server.php (php) RE: Hashtopus - distributed solution - magnum - 03-31-2015 (05-07-2014, 08:55 PM)curlyboi Wrote: There is manual draft which should give you pretty good info about what it can do and how you work with it: You should add this url to the OP too! |