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 [desc] Forum Replies Views Posted
    Thread: Decoding multiple PMKID SSIDs
Post: Decoding multiple PMKID SSIDs

I would like to take my capture file that has several PMKIDs in it, and decode the SSIDs before cracking them. This is what I have done so far: cut -f4 -d'*' pmkidfile | xxd -r -p xxd properl...
slawson General Talk 4 2,070 10-11-2019, 04:16 PM
    Thread: Decoding multiple PMKID SSIDs
Post: RE: Decoding multiple PMKID SSIDs

Ok with some trial and error I have found a way to do this with a for loop. It seems a bit excessive so I would be interested in an easier way of doing this. Here is the command for line in $(cut...
slawson General Talk 4 2,070 10-11-2019, 04:57 PM
    Thread: Migrating Brain Server Data
Post: Migrating Brain Server Data

How do I or is it necessary to migrate the saved brain server data to newer versions as they come out?
slawson hashcat 8 2,466 10-11-2019, 05:27 PM
    Thread: Hashing NTLM with frequencies
Post: Hashing NTLM with frequencies

I just downloaded the huge dump of NTLM hashes, but the file has a colon and the number of frequencies at the end of each line. Sorry for such a basic question, but what parameter do I use to ignor...
slawson hashcat 6 1,854 08-15-2019, 11:39 PM
    Thread: CL_INVALID_BUFFER_SIZE
Post: CL_INVALID_BUFFER_SIZE

I have a 20GB NTLM hash file that I am testing with and I get the error CL_INVALID_BUFFER_SIZE.  Is there a maximum number of hashes that can be processed in one job?
slawson hashcat 7 2,802 08-16-2019, 08:57 PM
    Thread: CL_INVALID_BUFFER_SIZE
Post: RE: CL_INVALID_BUFFER_SIZE

I have a Dual 8-core XEON, 128GB RAM, and dual R9-290x Video Cards. Any suggestion on a good starting point for the split?
slawson hashcat 7 2,802 08-16-2019, 09:03 PM
    Thread: CL_INVALID_BUFFER_SIZE
Post: RE: CL_INVALID_BUFFER_SIZE

It accepted it at 3GB file size. I do have a question though. If I do a benchmark on my system it shows 43,000,000 H/s. When I processed my 3GB file the speed went down to about 3,000 H/s. I t...
slawson hashcat 7 2,802 08-16-2019, 10:49 PM
    Thread: CL_INVALID_BUFFER_SIZE
Post: RE: CL_INVALID_BUFFER_SIZE

Thanks for that info. Is there a sweet spot as far as the number of hashes that Hashcat can efficiently process at one time?
slawson hashcat 7 2,802 08-16-2019, 10:58 PM
    Thread: Hashing NTLM with frequencies
Post: RE: Hashing NTLM with frequencies

I just went ahead and copied the 20GB text file to Linux and used the following command: cut -c -32 filename.txt > hashes.txt Surprisingly it only took about 1 minute for Linux to process the fi...
slawson hashcat 6 1,854 08-16-2019, 03:29 PM
    Thread: Hashing NTLM with frequencies
Post: RE: Hashing NTLM with frequencies

Just curious, what is the maximum number of hashes that can be loaded in one process? I'm getting an error CL_INVALID_BUFFER_SIZE.
slawson hashcat 6 1,854 08-16-2019, 04:51 PM
    Thread: Hey I'm a complete noob am I'm just starting to learn about the world of hacking
Post: RE: Hey I'm a complete noob am I'm just starting t...

hashcat64 -a 3 -m 0 hashfilename ?l?l?l?l?l?l?d -o Outputfilename
slawson hashcat 4 1,809 08-16-2019, 05:25 PM
    Thread: Hashing NTLM with frequencies
Post: RE: Hashing NTLM with frequencies

Thanks for the quick reply. Do you know of a Windows command to truncate the lines of text?
slawson hashcat 6 1,854 08-16-2019, 02:54 PM
    Thread: LM Hashes
Post: LM Hashes

I have an old Windows server that I dumped the hashes from and noticed that it was using LM to store the hashes.  Of course, it didn't take long at all to brute force all of the passwords, which bri...
slawson General Talk 11 5,703 08-21-2019, 03:06 PM
    Thread: LM Hashes
Post: RE: LM Hashes

Sorry I've been away for a few days. The Server version is 2008 r2. The LM hashes were migrated from an older server, probably 2003. If NTLM is enabled (which it is), does that mean that I cann...
slawson General Talk 11 5,703 08-26-2019, 03:38 PM
    Thread: Rule Question
Post: Rule Question

If I run a dictionary attack with a rule, does it automatically run the dictionary attack without applying the rule. I realize that it only takes a few seconds to run a plain dictionary attack, but...
slawson hashcat 3 1,241 08-26-2019, 03:47 PM
    Thread: Rule Question
Post: RE: Rule Question

Thanks for the info.
slawson hashcat 3 1,241 08-26-2019, 04:22 PM
    Thread: LM Hashes
Post: RE: LM Hashes

I would like to take my cracked LM hashes and use that as leverage to crack the full NTLM hash. For example let's say my LM password is PASSWOR and the NTLM has 10 characters. Please correct me if...
slawson General Talk 11 5,703 08-26-2019, 10:52 PM
    Thread: LM Hashes
Post: RE: LM Hashes

Oh, I see now. I was just looking at one part of the LM hash that was cracked. After I viewed the --show results, it all came together. So, my next step would be to add those LM cracked passwords...
slawson General Talk 11 5,703 08-27-2019, 04:19 PM
    Thread: hccapx file not cracking
Post: hccapx file not cracking

I used aircrack to capture a handshake of my network.  I ran cap2hccapx to convert the file.  I created a dictionary file with the password for the wifi.  I ran hashcat64 -m 2500 -a 0 capture.hccap...
slawson hashcat 18 6,009 08-27-2019, 04:29 PM
    Thread: LM Hashes
Post: RE: LM Hashes

Awesome. Thanks.
slawson General Talk 11 5,703 08-27-2019, 04:34 PM