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 [asc] Replies Views Posted
    Thread: Rejecting candidates under X characters while using rules set?
Post: RE: Rejecting candidates under X characters while ...

Yeah, I see the Layer-8 use case. You need to be able to assure people that you're not cracking passwords that are 15 chars or longer. There's no way I know of within hashcat itself to guarantee that...
royce hashcat 5 3,365 02-03-2019, 09:49 PM
    Thread: Rejecting candidates under X characters while using rules set?
Post: RE: Rejecting candidates under X characters while ...

Hmm, I wonder how hard it would be to modify hashcat to use -O to reject longer than 14 instead of 15.
royce hashcat 5 3,365 02-03-2019, 10:01 PM
    Thread: Need help working with masks
Post: RE: Need help working with masks

We shall speak no more of it. :) Generally, that's a hybrid attack, word-on-the-left style - hashcat attack mode 6 (-a 6). Shifting case would be trickier - you'd have to preprocess the wordlist...
royce hashcat 5 2,537 02-04-2019, 12:00 AM
    Thread: Hashrate
Post: RE: Hashrate

https://hashcat.net/faq/morework
royce hashcat 2 1,759 02-04-2019, 07:39 AM
    Thread: Combining a custom hex charset with the standard charsets
Post: RE: Combining a custom hex charset with the standa...

Ooh, that's brilliant!
royce hashcat 4 2,417 02-05-2019, 05:56 PM
    Thread: OpenCl kernel self-test failed when using any version later than v4.2.1 !!
Post: RE: OpenCl kernel self-test failed when using any ...

I appreciate why this change happened, but from a UX perspective, especially for users who are not developers or very busy and not tracking hashcat release notes, is there any way to at least detect t...
royce hashcat 29 21,222 02-06-2019, 05:44 PM
    Thread: Migrating from Passware to Hashcat (need guidance and opinion of experts here)
Post: RE: Migrating from Passware to Hashcat (need guida...

Switching to hashcat, you will definitely be able to get a lot more performance out of your hardware for a number of hash types, but it comes at a price: less point-and-click automation. You'll need t...
royce hashcat 2 2,352 02-06-2019, 07:40 AM
    Thread: Missing example hashes
Post: RE: Missing example hashes

I'll take a look. Thanks for the heads-up! Note that you can often use 'hashcat --example-hashes' as a workaround.
royce hashcat 3 1,880 02-07-2019, 04:05 PM
    Thread: Missing example hashes
Post: RE: Missing example hashes

OK, I've done the easy ones (that don't require a file upload to hashcat.net), and I've made inquiries about the remainder. Thanks again - good eye!
royce hashcat 3 1,880 02-07-2019, 04:30 PM
    Thread: Hashcat says its starting and then nothing happens
Post: RE: Hashcat says its starting and then nothing hap...

By default, cracks will be written to hashcat.potfile - you don't need -o. If you use -o, hashcat assumes that you're semi-automating something and a lot of the output is suppressed.
royce hashcat 9 3,824 02-10-2019, 08:33 AM
    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,861 02-13-2019, 04:03 PM
    Thread: Veracrypt with keyfile
Post: RE: Veracrypt with keyfile

Sounds like it's a passphrase, and you know the wordlist, but not the order. princeprocessor could be used to generate all possible combinations of words. You may need to alter princeprocessor's so...
royce hashcat 2 1,630 02-25-2019, 07:20 PM
    Thread: Wordlist massive attack
Post: RE: Wordlist massive attack

You can assemble the passphrases from a one-word-per-line wordlist, using princeprocessor, and then pipe it to hashcat, using one of the prince_*.rule rules files to supply more work to the GPUs.
royce hashcat 3 2,583 03-01-2019, 07:14 AM
    Thread: Can I use Hashcat for checking against HIBP DB?
Post: RE: Can I use Hashcat for checking against HIBP DB...

Well, theoretically, you could download the HIBP SHA-1 hashes from https://haveibeenpwned.com/Passwords, and then crack them with hashcat using your list as a wordlist. But since the HIBP list is so l...
royce hashcat 4 3,071 03-10-2019, 06:30 PM
    Thread: iClass request
Post: RE: iClass request

https://www.cs.bham.ac.uk/~garciaf/publications/dismantling.iClass.pdf
royce hashcat 4 2,577 03-16-2019, 01:38 AM
    Thread: Separator unmatched when using example hash
Post: RE: Separator unmatched when using example hash

Hashes containing '$' need to be enclosed in single quotes on the Unix commandline. This is because $[string] is a way to do variable substitution in bash and related shells. Once you fix that, you ...
royce hashcat 2 8,713 03-16-2019, 08:10 PM
    Thread: hashcat do not work android linux ?
Post: RE: hashcat do not work android linux ?

There appears to be no OpenCL on this platform. OpenCL is required.
royce hashcat 2 1,739 03-31-2019, 05:10 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: Hashcat self-destructs (Windows)
Post: RE: Hashcat self-destructs (Windows)

Ah, so it was previously running, and then it got overwritten somehow? My first instinct is to say that it's almost certainly due to either a non-hashcat-supplied script with a bug in it, or some o...
royce hashcat 2 1,561 04-06-2019, 05:09 PM