hashcat Forum

Full Version: Can we highlight progress status when hashcat works?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For example, I want to green highlight progess bar into console output. May be is there a method to set this into command line?
You can use Hashtopolis, there you get a progress bar ( not green) in the task overview on the server.
(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?
It is separate software you can get on https://github.com/hashtopolis/server
(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.
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
(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.
(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?
(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.