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 [desc] Replies Views Posted
    Thread: Creating Custom Password List
Post: RE: Creating Custom Password List

Awesome. That's exactly what I was looking for. Thank you. Since I have the MACs in a file this was my command: for WLAN_MAC in $(cat macs.txt); do ETH_MAC=`printf '%x' $(( 0x$WLAN_MAC - 1 ))`...
slawson General Talk 6 2,554 10-24-2019, 03:08 PM
    Thread: Creating Custom Password List
Post: Creating Custom Password List

Hopefully it is ok to ask this question here, but here it is. I am trying to create a custom password list.  The routers I am testing have a default password that uses the last 10 of LAN MAC.  It...
slawson General Talk 6 2,554 10-23-2019, 10:48 PM
    Thread: Creating Custom Password List
Post: RE: Creating Custom Password List

Thanks for the info. This little project worked wonderfully.
slawson General Talk 6 2,554 10-25-2019, 04:03 PM
    Thread: What am I missing?
Post: RE: What am I missing?

Wow, I knew it had to be something simple. I created a simple text file in UTF-8 format and it worked. Do all ANSI and UNICODE text files have a BOM? Thanks.
slawson hashcat 3 2,800 04-15-2018, 05:56 AM
    Thread: What am I missing?
Post: What am I missing?

I have used hashcat quite a bit in the past, but it's been a while so I might be missing something simple.   I am using hashcat 4.1.0.  I used fgdump to dump a list of hashes.  Just to get my f...
slawson hashcat 3 2,800 04-13-2018, 07:58 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: 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: 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: 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: 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: 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: hccapx file not cracking
Post: RE: hccapx file not cracking

I used airodump-ng to capture the handshake along with the aireplay-ng -0 attack.
slawson hashcat 18 6,009 08-27-2019, 05:11 PM
    Thread: hccapx file not cracking
Post: RE: hccapx file not cracking

Sorry, I thought I did that, but I didn't click the button.  Here you go.  I included the original cap file and the converted hccapx file.
slawson hashcat 18 6,009 08-27-2019, 05:21 PM
    Thread: hccapx file not cracking
Post: RE: hccapx file not cracking

I have two AMD R9-290X installed in my system. I am using Windows 10. I do get an error that OPENCL kernel self-test failed. Since I am cracking other password hashes, I guess I ignorantly assumed ...
slawson hashcat 18 6,009 08-27-2019, 05:45 PM