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 [desc] Views Posted
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

undeath, cool - yours? Was that under -w 4? Here's one for 6x 1080s, -w 4: Code: -- Hash.Type........: descrypt, DES (Unix), Traditional DES Time.Started.....: Wed Nov 29 14:20:19 2017 (1 mi...
royce General Talk 10 8,115 11-30-2017, 01:23 AM
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

Faster base clock (1708 MHz vs1050 MHz) ? https://www.nvidia.com/en-us/geforce/products/10series/geforce-gtx-1060/ https://www.geforce.com/hardware/desktop-gpus/geforce-gtx-970/specifications
royce General Talk 10 8,115 11-30-2017, 05:21 PM
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

For a single 1060, it will still take four months, I would think.
royce General Talk 10 8,115 11-30-2017, 07:22 PM
    Thread: DES ECB error
Post: RE: DES ECB error

But why does the cracking approach sometimes find one first, and sometimes find the other one first? I would expect the attack to be deterministic and reproducible.
royce hashcat 10 7,625 02-17-2018, 06:36 PM
    Thread: DES ECB error
Post: RE: DES ECB error

Normally, yes. But with --keep-guessing, I would expect all possibilities to be exhausted. In different output order, but all represented.
royce hashcat 10 7,625 02-17-2018, 10:00 PM
    Thread: DES ECB error
Post: RE: DES ECB error

It's a family reunion! Code: -- $ hashcat --quiet --potfile-path=/dev/null --keep-guessing -m 14000 test.hash -a 3 -1 '`012abcdghirstu' ?1?1?1?1?1?1?1?1 24ac458a29cc3241:5337554801018442:harica...
royce hashcat 10 7,625 02-16-2018, 06:07 AM
    Thread: Cooling
Post: RE: Cooling

It sounds like you need to improve airflow in the case, or move the system to a cooler room (or both). Running cards hot is a gamble, and I'd concentrate on getting the cooling resolved rather than gu...
royce hashcat 10 7,556 05-09-2018, 04:36 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 for rule
Post: RE: Help for rule

I do not understand the question yet. :) Could you provide an example?
royce General Talk 10 6,459 07-07-2018, 03:51 PM
    Thread: Help for rule
Post: RE: Help for rule

Or Code: -- mp64 -1 ?l?d?u "^?1^?1" >prepend-ldu2.rule -- The nice thing about philsmd's solution, though, is that it generates the rules in Markov order.
royce General Talk 10 6,459 07-07-2018, 09:08 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,614 07-08-2018, 06:51 AM
    Thread: Help for rule
Post: RE: Help for rule

In this case, you don't want to use mp64 to generate a wordlist or pipe anything to hashcat. Instead, you want to use it to generate rules. Code: -- $ mp64 -1 ?l?d?u "^?1^?1" >prepend-ldu2.rule ...
royce General Talk 10 6,459 07-08-2018, 06:59 AM
    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,614 07-08-2018, 07:23 PM
    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: 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,614 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,614 07-09-2018, 11:39 PM
    Thread: No password candidates received in stdin mode, aborting...
Post: RE: No password candidates received in stdin mode,...

alexb, to clarify: you've told hashcat that you want to use your own wordlist (-a 0), but you haven't supplied one.
royce hashcat 10 8,858 02-13-2019, 04:03 PM
    Thread: Low Hashrate
Post: RE: Low Hashrate

Drop one or two ?b and try again
royce hashcat 10 3,248 11-10-2019, 05:33 PM
    Thread: hashcat v6.1.0
Post: RE: hashcat v6.1.0

The new glibc requirement was affecting the following modes, making them unavailable in 6.1.0: Code: -- ‍ 3910 | md5(md5($pass).md5($salt)) | Raw Hash, Salted and/or Iter...
royce hashcat 10 4,018 07-29-2020, 04:47 PM