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: No devices found/left
Post: RE: No devices found/left

Try hashcat -I to show OpenCL info. If there isn't any, then there is indeed something wrong with the driver install. You may also want to review https://hashcat.net/faq/wrongdriver to see if it can h...
royce hashcat 9 7,547 01-25-2019, 07:08 AM
    Thread: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibility
Post: RE: Kubuntu 18.10 Nvidia GTX 1050 OpenCL compatibi...

You need to use the native NVIDIA drivers and their associated OpenCL. This guide for driver baselining and reinstallation may be helpful. https://hashcat.net/faq/wrongdriver CUDA is not nec...
royce hashcat 9 4,191 01-26-2019, 01:54 AM
    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: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

By default, hashcat doesn't start from 'aaaaa' - instead, it starts with sets of characters that appear most frequently in common passwords, called Markov mode. For example, if you try '?d?d?d?d?d', i...
royce hashcat 9 1,579 04-26-2020, 02:42 AM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

One use case I can think of is when you intend to bruteforce an entire keyspace, and want to "meet in the middle" by having one system work forwards, and the other system work backwards. This would wo...
royce hashcat 9 1,579 04-26-2020, 03:33 PM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

Well, my point was that if you could just start a run from the other end, you wouldn't have to calculate keyspace at all (for the case of two attack systems)
royce hashcat 9 1,579 04-26-2020, 04:02 PM
    Thread: Bruteforce with descending characters - zzz,zzy,zzx
Post: RE: Bruteforce with descending characters - zzz,zz...

From the PM, it looks like you'd benefit from doing what philsmd described - using the 'skip' and 'limit' options to split the job across two nodes. philsmd, I'm actually not aware of a simple tutori...
royce hashcat 9 1,579 04-26-2020, 04:48 PM
    Thread: Crack a long list efficiently
Post: RE: Crack a long list efficiently

Of course hashcat does this - even if there are different salts. Anything else would be bizarre.
royce hashcat 10 11,854 08-13-2016, 04:29 PM
    Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory

Could you post your full command line (with any hashes redacted)? One possibility is that one of your command line options isn't in the proper order, such that hashcat is trying to load one of your l...
royce hashcat 10 14,879 08-21-2016, 09:12 PM
    Thread: Initializing device kernels and memory
Post: RE: Initializing device kernels and memory

I'm not an expert in all of the options you're using, but it looks sane overall to me. Is there any CPU or GPU load during that period? And can you confirm that running this commandline directly, rath...
royce hashcat 10 14,879 08-22-2016, 12:20 AM
    Thread: AWS EC2 p2 x16 instance (full benchmark)
Post: RE: AWS EC2 p2 x16 instance (full benchmark)

Nice!
royce Hardware 10 19,506 10-05-2016, 05:36 PM
    Thread: Show which dictionary cracked the hash.
Post: RE: Show which dictionary cracked the hash.

Looking through the dictionaries won't tell you which rule was used. For future work, or if you want to run your job again, check out --debug-mode. Mode 4 may be what you're looking for. This won't...
royce hashcat 10 11,484 10-17-2016, 03:37 PM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

FWIW, I've been using that same Perl one-liner from undeath, expanded for readability and converted to a standalone script: Code: -- #!/usr/bin/env perl # Credit: undeath, https://hashcat.net...
royce hashcat 10 9,895 03-15-2017, 03:02 PM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

Interesting use cases, thanks. Two things, though: 1. Since the subject of this post starts with "Potfile format", I assumed that the end goal is to convert a potfile, but retain the potfile for...
royce hashcat 10 9,895 03-16-2017, 04:14 AM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

And here's a rough pass at the reverse: Code: -- #!/usr/bin/env perl # Credit: undeath, https://hashcat.net/forum/thread-3522.html # ... and devilsadvocate ;) use utf8; while () {    ...
royce hashcat 10 9,895 03-16-2017, 04:45 AM
    Thread: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

I know this is going to sound silly, but just to triple-confirm ... you're saying that you convert your plaintext dictionaries to hex strings, producing output like this (from the first ten lines of r...
royce hashcat 10 9,895 03-16-2017, 06:11 AM
    Thread: How Calculate GPU Cracking Time
Post: RE: How Calculate GPU Cracking Time

The best way to do this is to perform an actual run. Raw wordlist mode (with no rules) is very, very fast. hashcat's guessing speed is so fast that it can often spend more time caching a large dict...
royce hashcat 10 25,369 03-26-2017, 05:36 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: Potfile format - to hex or not to hex
Post: RE: Potfile format - to hex or not to hex

With the recent appearance of --encoding-from and --encoding to, I wouldn't expect there to be any additional value in storing wordlists as hex. If you're getting additional hits because of them, they...
royce hashcat 10 9,895 11-23-2017, 08:11 PM
    Thread: Descrypt 8 Char PW
Post: RE: Descrypt 8 Char PW

I couldn't immediately find any public benchmarks on 4.x hashcat for a 1060. If you happen to have one, run that actual attack and check the time estimate; that will be the most accurate way to ge...
royce General Talk 10 8,115 11-29-2017, 09:08 PM