Please note, this is a STATIC archive of website hashcat.net from 08 Oct 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.

Search Results
Post Author Forum Replies [asc] Views Posted
    Thread: Veracrypt Kuznyechik(Serpent(Camellia))
Post: RE: Veracrypt Kuznyechik(Serpent(Camellia))

I don't believe this algorithm is current supported. You might consider requesting it on the hashcat GitHub.
royce hashcat 2 2,629 04-30-2018, 05:09 PM
    Thread: trouble with samdump2
Post: RE: trouble with samdump2

Posting real hashes is against the forum rules. The hashes above are special LM and NTLM hashes that indicate an empty/non-set password. If you're using something called a "Free password hash cr...
royce General Talk 2 2,742 05-09-2018, 04:14 PM
    Thread: insert a character after each character
Post: RE: insert a character after each character

Yep, that's pretty much the way to do it. Use hashcat's "--stdout" feature to test to see if it's working like you're expecting.
royce General Talk 2 2,529 05-10-2018, 07:13 AM
    Thread: Introduction
Post: RE: Introduction

Welcome! Interesting thread idea - we'll see if it takes root!
royce General Talk 2 2,625 05-17-2018, 05:41 AM
    Thread: Cracking Turkish/Foreign Hashes
Post: RE: Cracking Turkish/Foreign Hashes

What MD5 is your Python producing? I get: Code: -- $ echo -n 'ĞĞ' | md5sum 411019a0840fad007398bcab6cc9188c  - -- ... which hashcat cracks, using your syntax: Code: -- $ hashcat --...
royce hashcat 2 2,375 05-21-2018, 12:41 AM
    Thread: MS Office NON-ASCII characters
Post: RE: MS Office NON-ASCII characters

Hmm, no strong ideas here yet from me. Cross-check idea: what method are you using to extract the MS Office hashes? Have you verified your method by setting a simple ASCII password, extracting it, ...
royce hashcat 2 2,072 05-21-2018, 05:33 PM
    Thread: [New User] Unlocking excel file-failed to parse hashes
Post: RE: [New User] Unlocking excel file-failed to pars...

Sounds like the hash isn't in the expected format. If you try the exact same attack on the example 9700 hash here: https://hashcat.net/wiki/doku.php?id=example_hashes ... does your attack work? ...
royce hashcat 2 2,503 05-24-2018, 03:06 PM
    Thread: OpenCL Deprecation on Mac OSX 10.14
Post: RE: OpenCL Deprecation on Mac OSX 10.14

Speculation: likelihood of adopting a separate platform is probably low. Unless someone comes up with a "MetalCL" shim / abstraction layer, this may mean dropping Mac as a supported platform.
royce hashcat 2 3,676 06-07-2018, 06:31 PM
    Thread: hashcat development stalled?
Post: RE: hashcat development stalled?

Indeed!
royce hashcat 2 3,042 06-14-2018, 08:07 AM
    Thread: Titan Z Questions
Post: RE: Titan Z Questions

I'm not familiar with whether or not there has been more than one era of Titan Z. crackingservice.com benchmark says (for WPA2): GeForce GTX titan Z 188000 hash/s ... but that may be for a pr...
royce Hardware 2 2,662 06-14-2018, 08:10 AM
    Thread: Custom rule for 8Track hashes
Post: RE: Custom rule for 8Track hashes

Put that other rule in a separate file, and then try Code: -- -r best64.rule -r 8track.rule -- The rules are applied in the order specified, so order on the command line matters: Code: -- $ e...
royce hashcat 2 2,766 06-16-2018, 09:53 PM
    Thread: keep-guessing + rules?
Post: keep-guessing + rules?

Is there a way to log *all* of the rules that would have cracked a given hash? Would/should --keep-guessing and --debug-mode be combine-able?  It could be quite chatty - being able to ignore ':' ...
royce hashcat 2 2,181 06-18-2018, 10:33 PM
    Thread: keep-guessing + rules?
Post: RE: keep-guessing + rules?

Ha! I'm only about one chapter ahead of you in the book. ;) And guess what? I should have tried it first! :) --keep-guessing  works fine with --debug-mode (for at least some attacks): Code...
royce hashcat 2 2,181 06-18-2018, 11:00 PM
    Thread: Salted vs Unsalted SHA-512
Post: RE: Salted vs Unsalted SHA-512

If you mean simple salting (and not salting+stretching like sha512crypt), then performance scales directly with the keyspace of the salt. The attack has to try all possible salts. If the salt spac...
royce General Talk 2 2,404 07-04-2018, 06:59 PM
    Thread: Learn Next?
Post: RE: Learn Next?

One of the most educational experiences I've had with hashcat was when I did this: * working a large general list using all of the techniques that I knew, * running PRINCE, random rules, or junk ...
royce hashcat 2 2,037 07-06-2018, 08:35 PM
    Thread: Studying demographics in effective wordlist/rule generation
Post: RE: Studying demographics in effective wordlist/ru...

Great reply, lakiw.
royce General Talk 2 2,810 09-09-2018, 03:31 AM
    Thread: Can not crack some example of hashes
Post: RE: Can not crack some example of hashes

Do you get any errors or warnings? What final feedback do you get from hashcat?
royce hashcat 2 2,190 09-12-2018, 08:49 AM
    Thread: Thanks
Post: RE: Thanks

Got your back, Jack! Least we can do is provide top cover while you do the hard part. :)
royce User Contributions 2 3,034 10-11-2018, 09:18 PM
    Thread: Installing a new Intel CPU runtime for OpenCL leads to a duplicate CPU platform
Post: RE: Installing a new Intel CPU runtime for OpenCL ...

Good tip - thanks!
royce hashcat 2 2,219 10-29-2018, 04:58 PM
    Thread: MS Office 2019 hashes
Post: RE: MS Office 2019 hashes

According to this John the Ripper pull request (https://github.com/magnumripper/JohnTheRipper/pull/3460) from @dhiru, they're the same.
royce General Talk 2 2,622 11-14-2018, 05:53 PM