Can we highlight progress status when hashcat works?
#1
For example, I want to green highlight progess bar into console output. May be is there a method to set this into command line?
Reply
#2
You can use Hashtopolis, there you get a progress bar ( not green) in the task overview on the server.
Reply
#3
(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?
Reply
#4
It is separate software you can get on https://github.com/hashtopolis/server
Reply
#5
(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.
Reply
#6
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
Reply
#7
(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.
Reply
#8
(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?
Reply
#9
(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.
Reply