Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: file2hashcat
Post: file2hashcat

Extract hashes from your files into a format suitable for use with hashcat. https://github.com/hashstation/file2hashcat Extract and print hash: python3 file2hashcat.py your-file Extract an...
liget User Contributions 0 3,878 08-09-2023, 07:39 PM
    Thread: rar2hashcat
Post: rar2hashcat

Standalone rar2hashcat tool to extract hashes from RAR files into a format suitable for use with hashcat. rar2hashcat is based on rar2john, so kudos to john developers. ./rar2hashcat your.zip ...
liget User Contributions 0 3,579 08-08-2023, 11:29 PM
    Thread: zip2hashcat
Post: zip2hashcat

Standalone zip2hashcat tool to extract hashes from ZIP files into a format suitable for use with hashcat. zip2hashcat is based on zip2john, so kudos to john developers. ./zip2hashcat your.zip ...
liget User Contributions 0 4,336 08-08-2023, 11:28 PM
    Thread: How hashcat 6.2.6 load a big dictionary faster
Post: RE: How hashcat 6.2.6 load a big dictionary faster

If you can compile hashcat, insert “ d.stat.st_mtime = 0;” here: https://github.com/hashcat/hashcat/blob/master/src/wordlist.c#L455
liget hashcat 10 10,265 09-20-2022, 02:21 PM
    Thread: How hashcat 6.2.6 load a big dictionary faster
Post: RE: How hashcat 6.2.6 load a big dictionary faster

Yes, this could be a problem as hashcat checks modification times. If the mtime was modified but no real changes in the dictionary file, consider this: https://stackoverflow.com/questions/6839779/...
liget hashcat 10 10,265 09-20-2022, 12:47 PM
    Thread: How hashcat 6.2.6 load a big dictionary faster
Post: RE: How hashcat 6.2.6 load a big dictionary faster

Please ensure that hashcat.dictstat2 file is still there, after first cache build. If no such file (moved/deleted/renamed/..) , no cache hit.
liget hashcat 10 10,265 09-20-2022, 12:32 AM
    Thread: Princeprocessor and --wl-dist-len
Post: RE: Princeprocessor and --wl-dist-len

Ping :)
liget hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 5,388 08-26-2020, 09:04 PM
    Thread: Princeprocessor and --wl-dist-len
Post: Princeprocessor and --wl-dist-len

Hello, I have some issues with princeprocessor and --wl-dist-len which results in very long (or infinite?) computation. Image dict "dc.txt" with "words": a bd rrrd rrrsa gfgggs sfsfsf...
liget hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 1 5,388 07-13-2020, 10:41 AM
    Thread: hashcat as hash validator
Post: RE: hashcat as hash validator

Yeah, it is here (I can possibly a special repo for it) https://github.com/nesfit/fitcrack/tree/dev/webadmin/fitcrackAPI/hashvalidator Here is exact small and bit hacky patch how to do it: https:...
liget hashcat 4 8,436 06-05-2020, 11:52 AM
    Thread: hashcat as hash validator
Post: RE: hashcat as hash validator

Thanks. My use case required to validate hashes and do it without any need for installed drivers. I sucessfully patched hashcat to skip opencl init and now it works great as hash format validator.
liget hashcat 4 8,436 06-03-2020, 10:25 PM
    Thread: hashcat as hash validator
Post: hashcat as hash validator

Hello, Is it possible to run hashcat just to verify the hashlist file - check if every hash has the correct format for the hash type? Thanks
liget hashcat 4 8,436 06-02-2020, 07:45 AM
    Thread: Combinator attack - hashcat internals
Post: Combinator attack - hashcat internals

Hello folks, Based on some bcrypt cracking experiments with combinator attack with same dictionary used as dict1 and dict2 and princeprocessor with this dictionary and "min/max elements in chains" ...
liget hashcat 1 4,710 05-28-2020, 02:07 AM