Poll: Do you find Hashtopus interesting?
You do not have permission to vote in this poll.
Yes, I would use it
94.62%
88 94.62%
No, it's a shitty idea
5.38%
5 5.38%
Total 93 vote(s) 100%
* You voted for this item. [Show Results]

Hashtopus - distributed solution
(03-31-2015, 02:06 AM)magnum Wrote: You should add this url to the OP too!

and/or on github
Curlyboi,

I have a quick question about upgrading the hashcat releases. When you enter a new release in hastopus are the agents that are already connected and have the older version of hascat meant to see that there is a new release and therfore should download that? Or do I have to manually update the hashcat releases on each agent?
(03-27-2015, 01:49 PM)curlyboi Wrote: The problem was caused by misconfiguration of the Root directory (cudaHashcat instead of oclHashcat).

Curlyboi, could you please let me know what you mean by this? I'm having the same issue but I'm pretty sure that I have the release information entered correctly into hashtopus
(04-01-2015, 04:59 PM)shuckitup Wrote: Curlyboi, could you please let me know what you mean by this? I'm having the same issue but I'm pretty sure that I have the release information entered correctly into hashtopus

Then it must be something else
(04-01-2015, 04:47 PM)shuckitup Wrote: Curlyboi,

I have a quick question about upgrading the hashcat releases. When you enter a new release in hastopus are the agents that are already connected and have the older version of hascat meant to see that there is a new release and therfore should download that? Or do I have to manually update the hashcat releases on each agent?

Each agent autodownloads newest version of both hashtopus.exe and hashcat (if you create new release)
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)
[/quote]

Thanks for the help, I eventually figured out the separator mentioned in the C# code was different from that of the separator in the admin page after reviewing all the code Tongue, I identified the issue as being a server configuration problem in the end.

Thanks again. Smile

Bruce
(04-01-2015, 05:04 PM)curlyboi Wrote:
(04-01-2015, 04:47 PM)shuckitup Wrote: Curlyboi,

I have a quick question about upgrading the hashcat releases. When you enter a new release in hastopus are the agents that are already connected and have the older version of hascat meant to see that there is a new release and therfore should download that? Or do I have to manually update the hashcat releases on each agent?

Each agent autodownloads newest version of both hashtopus.exe and hashcat (if you create new release)

Curlyboi,

I really appreciate your help on this, but I'm having a lot of issues trying to upgrade my agents to hashcat 1.35.

The first issue I seem to be having was that when I created a new release and then re launched the hashtopus agents it wasn't seeing that there was a new version of hascat available and the agents just sat waiting for a new task.

On my windows box I decided to delete the hascat folder and restarted the agent to see if it would force it to download the new hashcat and it did. But it was then that I ran into the problems I posted earlier. I can only conclude that the software was trying to download v 1.33 again because when I deleted all the of the agents from the hashtopus admin page and then deleted the old 1.33 release version from hashtopus, ny windows box had no problem downloading the new version (1.35) and installing it.

Unfortuantely, my linux boxes havn't been so cooperative. Like the windows boxes, I deleted the hashcat folders and the hashtopus token. When I restarted that hashtopus agnet software I get the following:

shuckitup@shuckscomp:~$ mono hashtopus.exe debug
Hashtopus 0.9.1
Debug mode on.
lspci
uname -n
Logging in to server...OK.
New Hashcat version available, downloading...
Downloaded empty file.

Both of my linux boxes are in the same loop. Both have internet access and I can download the hashcat software directly without any issues. Do you have any idea what might be going on?
(04-02-2015, 11:16 AM)shuckitup Wrote: Both of my linux boxes are in the same loop. Both have internet access and I can download the hashcat software directly without any issues. Do you have any idea what might be going on?

Post the screenshot of your Releases menu
(04-02-2015, 11:29 AM)curlyboi Wrote:
(04-02-2015, 11:16 AM)shuckitup Wrote: Both of my linux boxes are in the same loop. Both have internet access and I can download the hashcat software directly without any issues. Do you have any idea what might be going on?

Post the screenshot of your Releases menu


This is how it is at the moment


Attached Files
.jpg   releases.jpg (Size: 55.86 KB / Downloads: 22)
(04-02-2015, 11:29 AM)curlyboi Wrote:
(04-02-2015, 11:16 AM)shuckitup Wrote: Both of my linux boxes are in the same loop. Both have internet access and I can download the hashcat software directly without any issues. Do you have any idea what might be going on?

Post the screenshot of your Releases menu

This is the new release menu at the moment


Attached Files
.jpg   new_release.JPG (Size: 55.92 KB / Downloads: 40)