hashview / hashview-old

A web front-end for password cracking and analytics
http://www.hashview.io
GNU General Public License v3.0
619 stars 134 forks source link

Request: Display current mask/attempt for bruteforce jobs #372

Closed GrepItAll closed 6 years ago

GrepItAll commented 6 years ago

It would be nice if the home screen showed what mask hashcat is currently using when attempting a bruteforce of a hash and/or what the command line input is that is causing it. I know you can see the command line input for upcoming jobs/chunks, but would be handy to see what currently is being processed

i128 commented 6 years ago

image

Is this what you mean? i see it with my tests.

GrepItAll commented 6 years ago

Weird, I didn't think I saw that, but I might have just overlooked it somehow. I'll chuck another bruteforce job into my queue to test this again.

i128 commented 6 years ago

I think the issue might be with the version of hashcat or drivers, the above is running an old version of hashcat, on my prod rig, Input.Mode. is shown as Guess.Mask. this is why you're probably not seeing it. Adding ability to detect/report on both.

GrepItAll commented 6 years ago

Great, thank you