Search Results
|
Post |
Author |
Forum |
Replies |
Views
[asc]
|
Posted |
|
|
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 |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Still no recovery. Should I be looking in the direction of a driver problem?
Here is the results:
Session..........: hashcat
Status...........: Exhausted
Hash.Type........: WPA-EAPOL-PBKDF2
Ha... |
|
slawson |
hashcat
|
18 |
6,009 |
08-27-2019, 05:58 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
5.1.0
I am in the process now of reinstalling my driver. Although, the instructions say to use Driver Fusion, but it is not free anymore.
I am downloading the driver from AMDs page. |
|
slawson |
hashcat
|
18 |
6,009 |
08-27-2019, 06:24 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
I uninstalled the driver and my Intel OpenCL. I manually deleted the OpenCL files in SysWow and System32. Rebooted and installed the AMD Driver from their page. Adrenalin 2019 Edition 19.8.1.
U... |
|
slawson |
hashcat
|
18 |
6,009 |
08-27-2019, 06:35 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
Do you think I should start a new thread? |
|
slawson |
hashcat
|
18 |
6,009 |
08-27-2019, 06:56 PM |
|
|
Thread: hccapx file not cracking
Post: RE: hccapx file not cracking
I try to run the beta hashcat.exe and it says access is denied. |
|
slawson |
hashcat
|
18 |
6,009 |
08-27-2019, 08:27 PM |
|
|
Thread: Removing duplicate lines in dictionary file
Post: Removing duplicate lines in dictionary file
I tried using
sort filename | uniq -u
but of course if a line was duplicated it was removing all the same lines and not keeping a unique line. |
|
slawson |
General Help
|
3 |
5,935 |
11-12-2014, 08:07 PM |
|
|
Thread: Removing duplicate lines in dictionary file
Post: RE: Removing duplicate lines in dictionary file
Wow. That was too easy. Although it seems to be fluky on a large file. |
|
slawson |
General Help
|
3 |
5,935 |
11-12-2014, 08:25 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: 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: LM Hashes
Post: RE: LM Hashes
|
slawson |
General Talk
|
11 |
5,703 |
08-27-2019, 04:34 PM |
|
|
Thread: Found a password - Recovered ?
Post: RE: Found a password - Recovered ?
hashcat64 -m 2500 --show yourhccapxfilename (will show you any cracked passwords)
hashcat64 -m 2500 --left yourhccapxfilename (will show you any un-cracked passwords) |
|
slawson |
hashcat
|
9 |
3,245 |
09-04-2019, 05:40 PM |
|
|
Thread: Running hashcat on multiple hash files
Post: Running hashcat on multiple hash files
Is there a way to do this? I tried this:
hashcat -m 16800 --show *.16800
This actually runs, but it only shows results for the first file in the directory. |
|
slawson |
General Talk
|
5 |
2,999 |
10-23-2019, 06:04 PM |
|
|
Thread: Running hashcat on multiple hash files
Post: RE: Running hashcat on multiple hash files
I did the Windows equivalent
copy /b *.16800 all.16800
That works, but I guess I was just curious if hashcat can handle multiple files at once. |
|
slawson |
General Talk
|
5 |
2,999 |
10-23-2019, 09:40 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 |