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 Views [asc] Posted
    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: Decoding multiple PMKID SSIDs
Post: RE: Decoding multiple PMKID SSIDs

When I run wlanhcxinfo -i file, I always get an error "file corrupt 0 records loaded" The "file" is my original hcxdumptool capture that I have verified is good. I have tried multiple capture file...
slawson General Talk 4 2,070 10-15-2019, 04:04 PM
    Thread: Decoding multiple PMKID SSIDs
Post: RE: Decoding multiple PMKID SSIDs

Sorry, nevermind. I just figured out that I have to output the capture to a hccapx file first.
slawson General Talk 4 2,070 10-15-2019, 04:12 PM
    Thread: Privilege Escalation Hash Type
Post: Privilege Escalation Hash Type

I am trying to learn about privilege escalation and at one point the tutorials says to try a registry search for passwords. i.e.  reg query HKCU /f password /t REG_SZ /s and  reg query ...
slawson hashcat 7 2,031 11-08-2019, 12:28 AM
    Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type

Thanks for the article and mild rebuke. Actually I have been guilty of using the wrong terminology and my understanding is clearer now. Although, in my question above I thought I asked a legitim...
slawson hashcat 7 2,031 11-08-2019, 02:08 AM
    Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type

Here is one of the results from the registry pull. HKEY_CURRENT_USER\Software\pdfforge\PDFCreator\Settings\ApplicationSettings\Accounts\TimeServerAccounts\0 Password REG_SZ xxxxxxmCO6g= ...
slawson hashcat 7 2,031 11-08-2019, 03:51 PM
    Thread: Privilege Escalation Hash Type
Post: RE: Privilege Escalation Hash Type

Thanks for the info. I'll take a deeper look.
slawson hashcat 7 2,031 11-08-2019, 07:17 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: PMKID question
Post: PMKID question

Sorry for such a simple (ignorant) question, but I can't seem to find the answer.   Does the client store and publish the PMKID, or just the AP?  In other words, can I gather PMKIDs from a nearb...
slawson hashcat 4 1,696 09-24-2019, 11:19 PM
    Thread: PMKID question
Post: RE: PMKID question

Thanks for the info. You have a very good understanding of how all of this works.
slawson hashcat 4 1,696 09-25-2019, 02:40 PM
    Thread: PMKID
Post: PMKID

Obviously, this shows my ignorance,  but what's the technical reason that you can't pass the PMKID like Pass the hash?
slawson General Talk 2 1,508 10-04-2019, 01:50 AM
    Thread: Hashing Linux Passwords
Post: Hashing Linux Passwords

I am missing something simple, but I am not sure what.  Here is what I have done so far. made a copy of the /etc/passwd and /etc/shadow then typed: unshadow passwd shadow > linux.txt hashcat -...
slawson hashcat 3 1,443 10-30-2019, 03:18 PM
    Thread: Hashing Linux Passwords
Post: RE: Hashing Linux Passwords

Nevermind I found it. -m 500
slawson hashcat 3 1,443 10-30-2019, 03:21 PM
    Thread: Hashing Linux Passwords
Post: RE: Hashing Linux Passwords

Thank you.
slawson hashcat 3 1,443 10-30-2019, 03:27 PM
    Thread: Exporting hcxdump file by ESSID
Post: Exporting hcxdump file by ESSID

I have a hcxdumptool capture file that has several essid's in it.  I need to export it to a hccapx file, but I only need to include essid's that start with "ME".  Is there any way to do that with hc...
slawson hashcat 2 1,277 11-09-2019, 01:06 AM
    Thread: Exporting hcxdump file by ESSID
Post: RE: Exporting hcxdump file by ESSID

Perfect. Thanks.
slawson hashcat 2 1,277 11-09-2019, 04:57 PM