hashcat Forum
Can we highlight progress status when hashcat works? - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Support (https://hashcat.net/forum/forum-3.html)
+--- Forum: hashcat (https://hashcat.net/forum/forum-45.html)
+--- Thread: Can we highlight progress status when hashcat works? (/thread-11683.html)



Can we highlight progress status when hashcat works? - Torrrooo - 11-08-2023

For example, I want to green highlight progess bar into console output. May be is there a method to set this into command line?


RE: Can we highlight progress status when hashcat works? - ManuB1G - 11-11-2023

You can use Hashtopolis, there you get a progress bar ( not green) in the task overview on the server.


RE: Can we highlight progress status when hashcat works? - Torrrooo - 11-15-2023

(11-11-2023, 06:33 AM)ManuB1G Wrote: You can use Hashtopolis, there you get a progress bar ( not green) in the task overview on the server.

Where can I get this  Hashtopolis? On this site? Is it part of HashCAt or this is separate soft?


RE: Can we highlight progress status when hashcat works? - DanielG - 11-15-2023

It is separate software you can get on https://github.com/hashtopolis/server


RE: Can we highlight progress status when hashcat works? - ManuB1G - 11-15-2023

(11-15-2023, 10:22 AM)DanielG Wrote: It is separate software you can get on https://github.com/hashtopolis/server

hashtopolis is a system to distribute hashcat to many clients. In case you only want a progress bar this might be a bit too much setup work, but in case you are anyhow interested in using multiple clients for hashcat it might be your way.


RE: Can we highlight progress status when hashcat works? - penguinkeeper - 11-15-2023

I know it's not what you asked for, but Hashcat shows the progress in the [s]tatus output:

Code:
Progress.........: 10/10 (100.00%)

So you can just extrapolate that percentage yourself


RE: Can we highlight progress status when hashcat works? - Torrrooo - 11-15-2023

(11-15-2023, 01:00 PM)penguinkeeper Wrote: I know it's not what you asked for, but Hashcat shows the progress in the [s]tatus output:

Code:
Progress.........: 10/10 (100.00%)

So you can just extrapolate that percentage yourself
Yes, HashCat shows progress bar, I seen it. But I asked is it possible colored it to green for ex.  From the box HashCat has a lot of information.


RE: Can we highlight progress status when hashcat works? - Torrrooo - 11-15-2023

(11-15-2023, 11:02 AM)ManuB1G Wrote:
(11-15-2023, 10:22 AM)DanielG Wrote: It is separate software you can get on https://github.com/hashtopolis/server

hashtopolis is a system to distribute hashcat to many clients. In case you only want a progress bar this might be a bit too much setup work, but in case you are anyhow interested in using multiple clients for hashcat it might be your way.

Can I run this soft on the my PC and use client part on the same my PC?


RE: Can we highlight progress status when hashcat works? - ManuB1G - 11-15-2023

(11-15-2023, 01:12 PM)Torrrooo Wrote: Can I run this soft on the my PC and use client part on the same my PC?

Yes, I did this once with a VM for the hashtopolis server and client on the bare metal, but it should also work both on one system.