hashcat as hash validator
#5
Yeah, it is here (I can possibly a special repo for it)
https://github.com/nesfit/fitcrack/tree/...hvalidator

Here is exact small and bit hacky patch how to do it:
https://github.com/nesfit/fitcrack/blob/...ator.patch

In fitcrack, we use it as a backed tool on a server to verify hashes (and we want to do so without opencl, etc), so user can see if entered hash is correct or not immediately.

So output of our "hashvalidator" has the format:
HASH OK
or
HASH Token length exception, etc..

I think this could be upstreamable as --verify-hashes-only. Do you think it could be useful for the community?
Reply


Messages In This Thread
hashcat as hash validator - by liget - 06-02-2020, 07:45 AM
RE: hashcat as hash validator - by Mem5 - 06-02-2020, 08:07 AM
RE: hashcat as hash validator - by liget - 06-03-2020, 10:25 PM
RE: hashcat as hash validator - by Mem5 - 06-04-2020, 08:11 PM
RE: hashcat as hash validator - by liget - 06-05-2020, 11:52 AM