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

Search the forum for "Xeon phi" - you'll find a few hits, but focus on the ones 2016 and later (that's when support was added, IIRC). Also IIRC the performance is not stellar.
royce hashcat 9 6,679 06-07-2018, 06:29 PM
    Thread: Use with Xeon Phi
Post: RE: Use with Xeon Phi

I don't think there's anything special required. If the OS, GPU drivers, and OpenCL are installed properly and supported, it should Just Work™. :)
royce hashcat 9 6,679 06-08-2018, 04:25 AM
    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: --restore with the change of workload profile?
Post: RE: --restore with the change of workload profile?

This may help: https://github.com/philsmd/analyze_hc_restore
royce hashcat 4 6,657 02-24-2017, 01:15 AM
    Thread: --restore with the change of workload profile?
Post: RE: --restore with the change of workload profile?

To clarify: adding command-line options to a restore process generally doesn't work very well. You have to modify the restore file manually. I recommend making a backup copy of it first. The script th...
royce hashcat 4 6,657 02-24-2017, 01:39 AM
    Thread: mask help
Post: RE: mask help

You'll need to be realistic about your odds.  You can improve them a bit, but it will take some work. Office 2013 hashes are extremely slow. On my GTX 970, I only get about 4000 hashes per second ...
royce hashcat 6 6,636 02-17-2017, 06:45 PM
    Thread: mask help
Post: RE: mask help

When incrementing, your mask needs to be as long as your increment maximum, so your syntax needs to be adjusted accordingly: ?d?l?l?l?l?l?l?l And yes, anything you can do to narrow it down will ...
royce hashcat 6 6,636 02-19-2017, 04:42 PM
    Thread: 3DES Is there a problem? where did I go wrong ?
Post: RE: 3DES Is there a problem? where did I go wrong ...

No. Do the math (seriously, as in do the actual calculation of multiplying hashes per second by the number of hashes, using something like Wolfram Alpha) so that you understand why it's literally impo...
royce hashcat 11 6,630 11-11-2018, 03:32 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: 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: 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: USER:HASH
Post: RE: USER:HASH

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_show_previously_cracked_passwords_and_output_them_in_a_specific_format_eg_emailpassword
royce hashcat 8 6,548 02-04-2018, 01:32 AM
    Thread: USER:HASH
Post: RE: USER:HASH

Ah, if you're asking whether you can customize the realtime output as the cracks *are actually occurring*, I'm not aware of a way to do that. But tailing the output file in a separate window will have...
royce hashcat 8 6,548 02-04-2018, 08:29 PM
    Thread: USER:HASH
Post: RE: USER:HASH

Yes, that's *exactly* what the link I sent you does. Please study it more closely. First, crack, using --username so that usernames are understood in the target hash file: Code: -- $ cat test...
royce hashcat 8 6,548 02-04-2018, 02:05 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: 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: 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: do hashcat-utils use the gpu's?
Post: RE: do hashcat-utils use the gpu's?

If you are piping combinator3 output to hashcat, then if hashcat reports that it is using the GPUs, then it is. What's more likely is that the rate of wordlist generation is low enough that you'd n...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 5 6,382 10-19-2017, 09:40 PM