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 [desc] Author Forum Replies Views Posted
    Thread: What is the storage requirement for OS to run hashcat?
Post: RE: What is the storage requirement for OS to run ...

I've never actually tried running hashcat from a live USB - interesting. hashcat is dependent on I/O for some kinds of attacks, but not others. If it is a fast hash and a straight dictionary, you c...
royce Hardware 4 5,709 11-19-2017, 04:01 AM
    Thread: What makes cracking faster for a given algorithm
Post: RE: What makes cracking faster for a given algorit...

The answer should be intuitive. Some algorithms are literally much 'faster' than others. If the hash wasn't really designed for cracking-resistant password storage - such as MD5 - then it's quite fas...
royce General Talk 1 1,563 02-11-2019, 03:05 AM
    Thread: What mode is md5(md5($pass).$salt) salt is > 30char and < 30char
Post: RE: What mode is md5(md5($pass).$salt) salt is > ...

Can you rephrase the question? I can't figure out what you're asking.
royce hashcat 2 3,043 11-19-2017, 02:17 AM
    Thread: What to look when buy a computer for HASHCAT
Post: RE: What to look when buy a computer for HASHCAT

I personally recommend: * One CPU core per GPU (needed for some attacks) * Minimum x4 PCI-E bandwidth (needed for some tools/attacks) * GTX 1080s (nice balance of power/thermal performance) * 32...
royce Hardware 1 2,734 11-19-2017, 03:19 AM
    Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...

I often run more than one simultaneously, either distributing load among GPUs, or else pausing one long-running job to run a short-running job. This is often easier than quitting and restoring. The b...
royce hashcat 8 2,341 01-18-2020, 02:42 AM
    Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...

Coloradohusky Wrote: (01-18-2020, 02:48 AM) -- Got it; do they interact well together with the potfile or does --session make them have separate potfiles? I don't believe so, based on the wiki, so wo...
royce hashcat 8 2,341 01-20-2020, 08:34 PM
    Thread: What to watch out for when running two instances of Hashcat at once?
Post: RE: What to watch out for when running two instanc...

slyexe Wrote: (01-18-2020, 02:55 AM) -- I suppose if you're managing a good cracking rig this would make sense. I never thought of that, you got me there. Only having a single card, I wouldn't want t...
royce hashcat 8 2,341 01-20-2020, 08:35 PM
    Thread: where can i find an Compatible GUI for hashcat v.4.2.1 ?
Post: RE: where can i find an Compatible GUI for hashcat...

Not a lot of options here. The major wrappers and GUIs are tracking the modern/current hashcat. What's driving your need for this older hashcat version?
royce General Talk 6 3,541 02-04-2019, 12:49 AM
    Thread: where can i find an Compatible GUI for hashcat v.4.2.1 ?
Post: RE: where can i find an Compatible GUI for hashcat...

There are currently no other options, for the reasons stated in this thread and by atom in the thread that you referenced.
royce General Talk 6 3,541 02-04-2019, 02:59 AM
    Thread: Where is sha1(LinkedIn) ?
Post: RE: Where is sha1(LinkedIn) ?

There are currently no plans to restore -m 190 in current mainline unified hashcat. If you need this hash type, you'll need to use the older releases of hashcat. Also, those truncated hashes are f...
royce hashcat 1 2,808 11-19-2017, 02:32 AM
    Thread: Where's potfile?
Post: RE: Where's potfile?

~/.hashcat/
royce hashcat 7 2,990 04-10-2019, 04:51 PM
    Thread: Which Graphic Card is better
Post: RE: Which Graphic Card is better

The 670 is based on the Kepler architecture. The 750 Ti is based on Maxwell. The Maxwell architecture is much better for hashcat. Even just one 750 Ti would be better than a 670. And 2 750s would be e...
royce hashcat 6 8,476 10-04-2016, 05:33 AM
    Thread: which version of hashcat should I choose?
Post: RE: which version of hashcat should I choose?

And to clarify, you're almost always better off using the version from hashcat.net rather than the one that's bundled with your OS (for Linux, Windows, and macOS, anyway). The FreeBSD port from the Fr...
royce hashcat 2 2,300 11-19-2017, 01:44 AM
    Thread: Win10 hash
Post: RE: Win10 hash

You might want to validate your setup and attack method using the corresponding example hash from: https://hashcat.net/wiki/doku.php?id=example_hashes
royce hashcat 1 2,582 11-19-2017, 02:41 AM
    Thread: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator

Yeah, what undeath said - if we're talking about typos, or misspellings that are just a single character substitution, some rules are pretty good at transposing letters. Specifically, a ruleset like t...
royce hashcat 5 11,202 01-13-2018, 06:29 PM
    Thread: Word Mangling/Wordlist generator
Post: RE: Word Mangling/Wordlist generator

Good luck! And for what it's worth, here are some nuggets for how to use kwprocessor (keyboard walk processor) and hashcat rules + stdout to generate a wordlist of typos. It's not an ideal approach...
royce hashcat 5 11,202 01-13-2018, 08:43 PM
    Thread: Wordlist + rules length filter
Post: RE: Wordlist + rules length filter

The traditional answer: This is a known issue. Because rules are applied on GPU, this can't be fixed for fast hashes without significantly slowing down cracking - and doesn't need to be fixed for s...
royce hashcat 1 2,347 11-15-2018, 05:26 PM
    Thread: Wordlist massive attack
Post: RE: Wordlist massive attack

You can assemble the passphrases from a one-word-per-line wordlist, using princeprocessor, and then pipe it to hashcat, using one of the prince_*.rule rules files to supply more work to the GPUs.
royce hashcat 3 2,583 03-01-2019, 07:14 AM
    Thread: Wordlist optimisation based on ruleset
Post: RE: Wordlist optimisation based on ruleset

There has been some work in this space, but it's a challenging problem. And it's highly idiosyncratic in that the usefulness of any given wordlist and ruleset depends heavily on the nature of the pass...
royce User Contributions 7 4,317 10-29-2019, 06:24 AM
    Thread: WPA 10 digit phone number using area code dictionary and 7 digit mask? HOW?
Post: RE: WPA 10 digit phone number using area code dict...

Hybrid (-a 6 - word list on left-hand side, mask on right) should work for your use case. Please try again, and post your command line for a cross-check.
royce hashcat 12 16,740 10-20-2016, 09:15 PM