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: Help for rule
Post: RE: Help for rule

Apologies for the error in my previous post - I was using -a 3 accidentally; it should have been -a 0. Code: -- hashcat -m XXXX -a 0 -w 3 -r prepend-ldu2.rule hccapx [wordlist] --
royce General Talk 10 6,459 07-08-2018, 09:59 PM
    Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect

I just ran mdxfind for any supported hash, using '123456' as the only input - up to 2M rounds, with extended truncation search - against those hashes both with and without the static component. In the...
royce hashcat 10 8,847 06-12-2018, 04:05 PM
    Thread: help identify algo from kerio connect
Post: RE: help identify algo from kerio connect

See also: https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/doc/Auditing-Kerio-Connect.md
royce hashcat 10 8,847 06-15-2018, 09:21 AM
    Thread: Help me identify encription type
Post: RE: Help me identify encription type

Is that the full hash, or is it redacted?  If the former, note that posting unredacted hashes with unknown corresponding plaintexts is against the forum rules (https://hashcat.net/forum/archive/index...
royce hashcat 3 2,335 11-11-2018, 03:29 PM
    Thread: Help me install hxctools
Post: RE: Help me install hxctools

Well, you could ask in this thread: https://hashcat.net/forum/thread-6661.html
royce hashcat 3 1,607 08-26-2019, 03:37 PM
    Thread: help me on how to create this hash
Post: RE: help me on how to create this hash

This doesn't appear to be a hashcat-specific question.
royce hashcat 1 2,342 11-19-2017, 02:40 AM
    Thread: Help needed.
Post: RE: Help needed.

There's no way to do this with hashcat - it's not a rules-level problem, but an algorithm-level problem. Outside of hashcat, this algorithm isn't natively supported by MDXfind and probably not by H...
royce General Talk 1 2,205 10-03-2017, 08:16 PM
    Thread: Help please ! can't figure out the mode to be used
Post: RE: Help please ! can't figure out the mode to be ...

Please do not post hashes. It is against the forum rules (https://hashcat.net/forum/archive/index.php?announcement-2.html). There's currently no support in hashcat for Argon2. hashcat's own help co...
royce hashcat 3 2,865 10-05-2018, 02:30 PM
    Thread: help with choosing the right options
Post: RE: help with choosing the right options

* Reducing keyspace (such as limiting the number of possible specials) is often helpful, but the only way to tell is to calculate the difference and/or start the attack and see what the time estimate ...
royce hashcat 1 2,105 11-19-2017, 02:28 AM
    Thread: Help with hash
Post: RE: Help with hash

Hashcat only supports CRC-32 at this writing. Code: -- $ hashcat --help | grep -i crc  11500 | CRC32                                            | Checksums --
royce hashcat 2 2,351 11-18-2018, 07:33 PM
    Thread: Help with hashcat install lubuntu 17.04
Post: RE: Help with hashcat install lubuntu 17.04

I don't think that hashcat is included in the Lubuntu package system yet. But you can download hashcat directly from https://hashcat.net/hashcat/ (the "binaries" link), extract it (with '7z x [file...
royce hashcat 3 3,572 05-01-2017, 05:17 PM
    Thread: Help with hashcat install lubuntu 17.04
Post: RE: Help with hashcat install lubuntu 17.04

That's pretty Google-able - you'll be better off if you figure that part out on your own. :)
royce hashcat 3 3,572 05-03-2017, 05:02 PM
    Thread: help with hashcat.
Post: RE: help with hashcat.

Are you cards detected by hashcat? What is the output of hashcat -I?
royce hashcat 13 2,609 04-25-2020, 06:41 PM
    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
    Thread: Help with spaces and rules
Post: RE: Help with spaces and rules

'head' just shows the first X lines of output (the default is 10 lines). This is just to make the output shorter, and give a sample from the beginning of the output.
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 5,809 02-10-2018, 06:30 PM
    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 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: 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: 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