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 [asc] Author Forum Replies Views Posted
    Thread: How long will hashcat finish copying while restore
Post: RE: How long will hashcat finish copying while res...

DKblue Wrote: (12-04-2017, 05:25 PM) -- Does pipe supports pause?? -- I don't think that pipe supports pause. But you can pause the entire job on Unix-likes with Control-Z, and then restore it with...
royce hashcat 8 6,107 12-06-2017, 09:06 PM
    Thread: How long to decrypt SHA256
Post: RE: How long to decrypt SHA256

There's no online calculator that I'm aware of. Just do the math: 1. Calculate how many possibilities your mask will generate. For example, ?a has 95 possibilities, so ?a?a?a?a is 95^4 or 81450...
royce hashcat 6 1,263 05-29-2020, 05:50 PM
    Thread: How long to decrypt SHA256
Post: RE: How long to decrypt SHA256

Because of the definition of ?a, as shown in hashcat --help: Code: -- - [ Built-in Charsets ] - ? | Charset ===+========= l | abcdefghijklmnopqrstuvwxyz u | ABCDEFGHIJKLMNOPQRSTUVWX...
royce hashcat 6 1,263 05-29-2020, 08:30 PM
    Thread: How I can make a more efficient bruteforce attack?
Post: RE: How I can make a more efficient bruteforce att...

Take a look at https://hashcat.net/wiki/doku.php?id=rule_based_attack The 'd' rule function repeats a word.
royce General Talk 1 3,240 08-02-2016, 03:02 PM
    Thread: How does PCIE x1 affect speed?
Post: RE: How does PCIE x1 affect speed?

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#does_the_pci-express_speed_have_any_influence_on_cracking_speed
royce Hardware 2 2,359 03-11-2019, 04:26 PM
    Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop

That's some kind of weird GPU subscription/membership thing I've never seen before. But the card itself looks right. The "Founders Edition" cards are the hardiest and have the best cooling design - bu...
royce Hardware 15 10,085 06-04-2018, 05:07 AM
    Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop

Yeah, agreed - that looks pretty shady.
royce Hardware 15 10,085 06-04-2018, 05:22 PM
    Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop

Using hashcat on systems for which you are not explicitly authorized to do so ... is a very, very bad idea. What you're describing is certainly unethical, and may even be illegal (but IANAL and this i...
royce Hardware 15 10,085 06-04-2018, 03:42 AM
    Thread: How do I speed up my laptop
Post: RE: How do I speed up my laptop

https://gist.github.com/roycewilliams/616db7a80f145f46a40807b7605c164a
royce Hardware 15 10,085 06-07-2018, 06:34 PM
    Thread: how can i use 0x00-0x08 of "?b" to crack a hash value
Post: RE: how can i use 0x00-0x08 of "?b" to crack a has...

You can use the --hex-charset option to specify this set of binary. Edit: specifically, something like: --hex-charset -1 000102030405060708 ?1?1?1?1?1?1?1?1 ... or however long your expected string...
royce hashcat 1 2,726 03-21-2017, 03:09 AM
    Thread: How Calculate GPU Cracking Time
Post: RE: How Calculate GPU Cracking Time

The best way to do this is to perform an actual run. Raw wordlist mode (with no rules) is very, very fast. hashcat's guessing speed is so fast that it can often spend more time caching a large dict...
royce hashcat 10 25,371 03-26-2017, 05:36 PM
    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,191 07-16-2019, 04:01 PM
    Thread: Hi guys
Post: RE: Hi guys

Do a little more research into how to make images that compress well. It's quite feasible to make images that are very small. This avatar is only 3K: https://gravatar.com/avatar/f720786ef4b2ff5b4b...
royce hashcat 18 12,096 04-14-2018, 04:15 PM
    Thread: Hi cracking rig
Post: RE: Hi cracking rig

I personally recommend Ubuntu 18.04 LTS. A web-driven GUI that I like is Hashtopolis. YMMV.
royce Hardware 3 3,020 10-01-2018, 03:20 AM
    Thread: Hi cracking rig
Post: RE: Hi cracking rig

This one from EvilMog is pretty good - should also work with 18.04. https://hashcat.net/forum/thread-6063-post-32355.html
royce Hardware 3 3,020 10-01-2018, 05:08 PM
    Thread: Hex-Charset cracked, but now what
Post: RE: Hex-Charset cracked, but now what

This may help: https://hashcat.net/forum/thread-3522.html There is also a hashcat option to show cracks (--show).
royce hashcat 8 11,466 09-12-2016, 05:20 PM
    Thread: Help With Wordlists
Post: RE: Help With Wordlists

Because you want a variable number of digits, which could be anywhere in the string, you'll need a list of masks - not just a single mask. This list must be generated outside of hashcat. Use http:...
royce hashcat 1 1,890 09-09-2018, 03:25 AM
    Thread: Help with specific password scheme
Post: RE: Help with specific password scheme

A hybrid attack might be fine. If you generate the wordlist on the fly, no need to store it anywhere. I'd do it with everything but the first four digits prepended and then pipe the output of that scr...
royce hashcat 3 1,591 04-01-2019, 04:48 PM
    Thread: Help with specific password scheme
Post: RE: Help with specific password scheme

The rules would probably have to stop there, because the number of combinations would probably go up pretty quickly - adding three specials to the previous calculation would be 600K rules x (35^3) wou...
royce hashcat 3 1,591 04-02-2019, 04:06 AM
    Thread: Help with spaces and rules
Post: RE: Help with spaces and rules

Maybe single quotes vs double quotes? (Are you Windows?) Here's a working example. I generate a ruleset that sounds sort of like what you're after (though I'm *appending* space and two digits): ...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 5,809 02-06-2018, 03:10 AM