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: Host memory required for this attack: 64 MB
Post: RE: Host memory required for this attack: 64 MB

Did the attack work? I think it's informative - not an error?
royce hashcat 1 1,189 07-16-2019, 04:01 PM
    Thread: Password cracking guidance
Post: RE: Password cracking guidance

The magic word you're missing is "LUKS". This should yield a few reasonable howtos: https://www.google.com/search?q=LUKS+hashcat
royce hashcat 1 1,238 08-06-2019, 05:05 AM
    Thread: Hahshcat does not support the new rar3 type and needs help
Post: RE: Hahshcat does not support the new rar3 type an...

Please do not post real hashes. See the forum rules here: https://hashcat.net/forum/archive/index.php?announcement-2.html
royce hashcat 1 999 11-26-2019, 06:14 PM
    Thread: Please Help!!
Post: RE: Please Help!!

Please read the forum rules. https://hashcat.net/forum/announcements.php?aid=2
royce hashcat 1 797 12-31-2019, 06:34 PM
    Thread: personal wrapper script that got out of hand, 'hashcrack'
Post: RE: personal wrapper script that got out of hand, ...

Interesting - thanks for the contribution!
royce User Contributions 1 1,217 01-07-2020, 12:10 AM
    Thread: Password Hash Identification
Post: RE: Password Hash Identification

Read the forum rules: https://hashcat.net/forum/archive/index.php?announcement-2.html I've redacted your hash. If you have a specific question about using hashcat, ask it. Also be aware that pas...
royce hashcat 1 570 05-01-2020, 07:55 AM
    Thread: Splitting Hashes
Post: RE: Splitting Hashes

No. Any hashing algorithm that allowed that would be deeply flawed. There are some that do allow this - such as pre-NTLM classic LANMan (LM) hashes. But that was a dramatic error in implementation...
royce hashcat 1 528 05-07-2020, 04:36 PM
    Thread: Apply Rule In Between Dictionary Words
Post: RE: Apply Rule In Between Dictionary Words

You have a couple of indirect options: 1. Generate the .###. list externally with a script, and then use combinator3 to pipe that combined with your other wordlists hashcat. That will be OK for slo...
royce hashcat 1 483 05-15-2020, 05:36 AM
    Thread: how to use algo new
Post: RE: how to use algo new

If you mean one of these, hashcat supports it: * MySQL5 - hashcat mode -m 300 * sha1(sha1(pass)) - hashcat mode -m 4500
royce hashcat 1 608 06-05-2020, 03:34 PM
    Thread: htacces crack
Post: RE: htacces crack

I've redacted your hash. Please read the forum rules: https://hashcat.net/forum/archive/index.php?announcement-2.html To identify hashes, check against the hashcat example hashes: https://has...
royce hashcat 1 464 06-14-2020, 07:04 PM
    Thread: DES weird result
Post: RE: DES weird result

Because of the way DES works, only some bits have to match to get a match. https://hashcat.net/forum/thread-6285.html
royce hashcat 1 329 08-03-2020, 10:20 PM
    Thread: Run few processes
Post: RE: Run few processes

Multiple sessions are fine. I regularly pause one long-running session to do a quick shorter session. You will want to use the --session parameter to give additional ones different names. Multiple ...
royce hashcat 1 236 09-13-2020, 06:13 PM
    Thread: Can I run hashcat on startup and save where computation goes to some file?
Post: RE: Can I run hashcat on startup and save where co...

if you quit, you can restore with --restore. If you're using the default session name (not specifying an alternate one), then "hashcat --restore" (with no other parameters) will pick up where you left...
royce hashcat 1 173 09-23-2020, 07:59 AM
    Thread: crude shell script for running *all* benchmarks
Post: crude shell script for running *all* benchmarks

Saves one benchmark per file, so if you're troubleshooting something that only dies on some hashes, you can resume efficiently (because it will skip existing benchmark files). https://gist.github.c...
royce User Contributions 0 2,238 11-19-2017, 03:32 AM