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: Using two rule files at the same time
Post: RE: Using two rule files at the same time

It's the product of both rulesets - rule 1 from list 1 AND rule 1 from list 2, etc etc. This is one reason why ':' (do nothing) is often included in rulesets, so that each rule from each wordlist i...
royce hashcat 2 325 09-06-2020, 11:41 PM
    Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack

[heh, yeah - what philsmd said. :) ] Are you getting an error, by any chance? I think if you use --hex-charset, hashcat expects the other literals in the mask to either also be hex or else to be ...
royce hashcat 16 9,677 04-22-2018, 07:34 AM
    Thread: Using newline character as part of mask attack
Post: RE: Using newline character as part of mask attack

Regardless of attack, -m 0 is unsalted and -m 20 is salted. If this concept isn't familiar, search a bit for "password" and "salting".
royce hashcat 16 9,677 04-25-2018, 07:28 AM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

Is the container mounted? You'll need to provide the path to the raw file, the raw device, or else extract the first 512 bytes and save that to a file to provide to hashcat. Also, from your cmdline...
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-18-2019, 05:19 PM
    Thread: Using hashcat with maskprocessor - here: veracrypt
Post: RE: Using hashcat with maskprocessor - here: verac...

Ha! I think I've just always wanted that syntax; didn't even give me pause. :D
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 13 5,771 08-18-2019, 07:29 PM
    Thread: Using for Axcrypt
Post: RE: Using for Axcrypt

You need to extract the Axcrypt hash, rather than feeding hashcat the entire file. https://github.com/Fist0urs/AxSuite
royce hashcat 10 11,238 05-30-2017, 08:59 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,545 02-04-2018, 01:32 AM
    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,545 02-04-2018, 02:05 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,545 02-04-2018, 08:29 PM
    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: Use whole RAM Colab
Post: RE: Use whole RAM Colab

Have you analyzed what resource is the bottleneck? Just a guess, but it's probably not RAM.
royce hashcat 7 1,257 05-03-2020, 11:26 PM
    Thread: UPS/surge protector
Post: RE: UPS/surge protector

IANAE (I Am Not An Electrician), and this is not electrical advice ... but this depends entirely on your own use cases. If you're OK with cracking being interrupted for significant periods of time,...
royce Hardware 4 4,986 02-04-2017, 05:28 AM
    Thread: Unknown Hashes
Post: RE: Unknown Hashes

https://hashcat.net/forum/archive/index.php?announcement-2.html
royce General Talk 2 11,344 09-22-2019, 07:34 AM
    Thread: unknown hash type
Post: RE: unknown hash type

https://hashcat.net/forum/archive/index.php?announcement-2.html
royce hashcat 2 1,064 09-25-2019, 03:42 AM
    Thread: Unknown hash and original: not identifieably, is hashcat able to find out?
Post: RE: Unknown hash and original: not identifieably, ...

https://hashcat.net/wiki/doku.php?id=frequently_asked_questions#how_can_i_identify_the_hash_type
royce hashcat 2 5,508 01-11-2017, 05:04 AM
    Thread: Unicode == FUN
Post: RE: Unicode == FUN

See the ./charsets/ subdirectory for character sets that you can use. If you don't know what the target languages might be, apply some wordlists first to determine language frequency, and then target ...
royce hashcat 9 8,850 02-01-2017, 09:21 PM
    Thread: Unicode == FUN
Post: RE: Unicode == FUN

Ah, I was reading too quickly - if you're especially interested in multibyte, the stock charsets won't help, but Rurapenthe's post about bruteforcing should still be helpful. The essential insight is ...
royce hashcat 9 8,850 02-01-2017, 09:59 PM
    Thread: Unicode == FUN
Post: RE: Unicode == FUN

Huh - yeah, I went back through my notes/scripts and all the iconv items were just -f [source-format] -t [dest-format]. I thought it was harder than that, but I guess not!
royce hashcat 9 8,850 02-02-2017, 01:50 AM