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 [desc] Replies Views Posted
    Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi

That's not a Phi problem; that's an OS problem. What OS is it?
royce hashcat 9 6,679 06-11-2018, 05:19 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: Been away for a while
Post: RE: Been away for a while

Your absence was keenly felt. We kept the lights on, but you are truly the heart of hashcat. Welcome back, sir.
royce hashcat 4 3,509 06-12-2018, 04:51 PM
    Thread: Error ejecutando hashcat -m2500 -a 3
Post: RE: Error ejecutando hashcat -m2500 -a 3

En Ingles, por favor. Your video card is too old. Also, your hccap is too old - see https://hashcat.net/q/hccapx
royce hashcat 1 2,337 06-13-2018, 08:13 AM
    Thread: hashcat development stalled?
Post: RE: hashcat development stalled?

Indeed!
royce hashcat 2 3,042 06-14-2018, 08:07 AM
    Thread: How to use hashcat on multiple pc network(master-slave configuration)
Post: RE: How to use hashcat on multiple pc network(mast...

The first three Google hits for "distributed hashcat" cover the major ones: Hashtopolis, Hashview, and Cracklord. https://github.com/s3inlc/hashtopolis https://github.com/hashview/hashview https...
royce hashcat 1 4,041 06-15-2018, 08:34 AM
    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: 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: Hashcat 4.1.0 slow speed
Post: RE: Hashcat 4.1.0 slow speed

Ooh, that's good to know - thanks!
royce hashcat 6 3,901 06-16-2018, 10:05 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: Single-mode john analog for hashcat
Post: RE: Single-mode john analog for hashcat

I have to admit, it seems like single mode would only make a real difference for slow hashes for which each target password itself has a known per-password plaintext component (such as the Myspace lea...
royce hashcat 5 4,080 06-21-2018, 06:16 AM
    Thread: Cant get hashcat to run on new cracking computer
Post: RE: Cant get hashcat to run on new cracking comput...

... and defined here: Code: -- https://github.com/hashcat/hashcat/blob/master/src/mpsp.c#L20 static const char *DEF_MASK = "?1?2?2?2?2?2?2?3?3?3?3?d?d?d?d"; https://github.com/hashcat/hash...
royce hashcat 5 3,495 07-01-2018, 08:37 PM
    Thread: [split] hashcat v4.1.0
Post: RE: hashcat v4.1.0

partyhead, please read the forum rules: https://hashcat.net/forum/archive/index.php?announcement-2.html * Do not hijack threads (this isn't a hashcat-forums-specific rule; hijacking threads is c...
royce hashcat 1 1,932 07-04-2018, 10:54 PM
    Thread: Error with NetNtlmv2 hash converted from john
Post: RE: Error with NetNtlmv2 hash converted from john

Hmm - NetNTLMv2 looks longer than that. See the example NetNTLMv2 hash here: https://hashcat.net/wiki/doku.php?id=example_hashes If your command line works with that example hash, the problem is...
royce hashcat 1 1,667 07-05-2018, 05:27 PM
    Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

Just a guess, but you could try combinator3 and then tack on four digits with rules ( [wordlist] [4digitwordlist] [wordlist] ?d?d?d?d)
royce hashcat 10 6,617 07-08-2018, 06:51 AM
    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: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

No - rather, you'd pipe the output from combinator to hashcat, and use hashcat to apply the ?d?d?d?d rule
royce hashcat 10 6,617 07-08-2018, 07:23 PM
    Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

I was being loose with the vocab again, but from the thread I thought that he was going to be using a rule to simulate a hybrid attack.
royce hashcat 10 6,617 07-09-2018, 04:33 PM
    Thread: Combinator Attack issue with rules
Post: RE: Combinator Attack issue with rules

undeath Wrote: (07-09-2018, 05:01 PM) -- There is not "a rule" to simulate a hybrid attack ;) -- I didn't mean to imply that all you needed was a ruleset in order to do so.
royce hashcat 10 6,617 07-09-2018, 11:39 PM