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: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)

There is nothing unusual about the 2012-era LinkedIn SHA1 hashes - they're generic raw SHA1. There is only one version of hashcat now - does OpenCL or CUDA (but at least one is required, for either...
royce hashcat 7 873 08-10-2020, 05:45 PM
    Thread: Cracking SHA1(linkedin)
Post: RE: Cracking SHA1(linkedin)

Lol -and apparently I used to know this (2017) ... and totally forgot! Thanks, philsmd!
royce hashcat 7 873 08-10-2020, 08:45 PM
    Thread: Cracking foreign words/characters
Post: RE: Cracking foreign words/characters

This Stackexchange thread may be informative - it has some examples: https://security.stackexchange.com/questions/154901/attack-wpa-password-with-hashcat-settings-and-resources-for-german-passwords/1...
royce hashcat 4 3,252 01-29-2019, 03:09 AM
    Thread: Cracking foreign words/characters
Post: RE: Cracking foreign words/characters

It's often better to encode the custom charsets in the mask file itself, because it's persistent documentation of the nature of the attack that lives beyond that particular commandline.
royce hashcat 4 3,252 01-30-2019, 05:12 PM
    Thread: Cracking descrypt
Post: RE: Cracking descrypt

Here's one for ZTEX -- source code, but no bitstream. https://github.com/Gifts/descrypt-ztex-bruteforcer
royce General Help 3 7,718 11-08-2015, 08:54 AM
    Thread: Cracking a Truecrypt Container
Post: RE: Cracking a Truecrypt Container

That's hashcat mode 6223 (where 3 = "all" (all three algorithms)): Code: --   62XY | TrueCrypt                                        | Full-Disk Encryption (FDE) ...   �...
royce hashcat 2 3,013 01-27-2019, 10:30 PM
    Thread: Crack pbkdf2
Post: RE: Crack pbkdf2

Please see the forum rules. Posting hashes is not allowed. I have redacted your hash. https://hashcat.net/forum/archive/index.php?announcement-2.html There are a number of tutorials showing basi...
royce hashcat 7 1,454 03-29-2020, 04:33 AM
    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: CPU vs GPU
Post: RE: CPU vs GPU

GPU is usually better. There's no way to use more memory at the hashcat level. Some background on the 25% memory cap is here (https://devtalk.nvidia.com/default/topic/992502/cuda-programming-and-per...
royce hashcat 21 44,484 02-26-2017, 08:11 AM
    Thread: CPU vs GPU
Post: RE: CPU vs GPU

I don't know a lot about Mac hardware, but I would assume that this is because the GPU in that unit is slower than the CPU? In my experience, the GPU is usually better, though, so someone else may kno...
royce hashcat 21 44,484 02-26-2017, 08:37 AM
    Thread: CPU vs GPU
Post: RE: CPU vs GPU

That definitely works. Orient yourself with your command line. Code: -- $ hashcat -b -m 0 hashcat (v3.30-317-g778f568) starting in benchmark mode... OpenCL Platform #1: NVIDIA Corporation ===...
royce hashcat 21 44,484 02-26-2017, 05:58 PM
    Thread: CPU vs GPU
Post: RE: CPU vs GPU

Also note that the "maximum power" you mentioned early is memory size, which has no relationship to speed.
royce hashcat 21 44,484 02-26-2017, 06:00 PM
    Thread: CPU vs GPU
Post: RE: CPU vs GPU

In the posted benchmarks, your GPU performance is roughly an order of magnitude better than your CPU performance.
royce hashcat 21 44,484 02-26-2017, 08:32 PM
    Thread: CPU vs GPU
Post: RE: CPU vs GPU

You said your CPU was better than your GPU. This is not correct. Your GPU is much better. How much RAM you're using only matters when using large lists of rules, etc.
royce hashcat 21 44,484 02-27-2017, 02:58 AM
    Thread: Count-words ?
Post: RE: Count-words ?

Closest I could find: https://github.com/dandavison/ngrams/blob/master/src/count-words.pl
royce hashcat-utils, maskprocessor, statsprocessor, md5stress, wikistrip 2 5,159 08-12-2016, 06:50 AM
    Thread: Could someone give some tips about libhashcat.so
Post: RE: Could someone give some tips about libhashcat....

There is no formal documentation yet - but since hashcat itself uses libhashcat, it is a good reference implementation. See hashcat github.
royce hashcat 2 2,543 01-02-2018, 04:37 AM
    Thread: costume charsets and hcmask file
Post: RE: costume charsets and hcmask file

When using a file, the custom character sets must also be in the file, something like (not tested): okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3 okKAayYlLnNr,&/({[,8379,?1?1?1?1?1?1?2?3?3 okKAayYlLnN...
royce hashcat 3 413 08-19-2020, 03:51 PM
    Thread: correct command line
Post: RE: correct command line

Are you getting a specific error? Can you post the command line that you're trying?
royce hashcat 24 22,564 10-05-2017, 05:00 PM
    Thread: correct command line
Post: RE: correct command line

One-character parameters (single hyphen) don't work with equals signs, but multi-character (two hyphens) should work with equals signs. Code: -- $ echo blah | hashcat --hash-type=1000 --stdout ...
royce hashcat 24 22,564 12-25-2017, 08:47 PM
    Thread: Copy and reuse dictionary cache
Post: RE: Copy and reuse dictionary cache

That's ... a big wordlist. This isn't a direct answer to your question, but you might consider: - Splitting your dictionary into multiple chunks, using the `split` command on Unix-likes - If the w...
royce hashcat 23 2,533 07-10-2020, 01:59 AM