Search Results
|
Post |
Author
[desc]
|
Forum |
Replies |
Views |
Posted |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
Thx for answering that question. Of course, I have another (Give a mouse a cookie).
I'll try to explain.
(While using the brain feature)
If I run an attack on a file that has already been proc... |
|
slawson |
hashcat
|
9 |
2,494 |
10-16-2019, 10:51 PM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
Thanks for the replies. Where is the brain data actually stored? |
|
slawson |
hashcat
|
8 |
2,466 |
10-15-2019, 03:46 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: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
Please correct me if I am wrong. I don't have any .ldmp files in my directory, only .admp. I assume this is because I didn't specify any client features, therefore it only stored attack postitions.
... |
|
slawson |
hashcat
|
8 |
2,466 |
10-15-2019, 04:57 PM |
|
|
Thread: Migrating Brain Server Data
Post: RE: Migrating Brain Server Data
In my case the client and the server are the same PC. I am cracking 16800 hashes. I am getting around 400K h/s, so I can run through a dictionary file pretty quick, but when I add a rule to the dict... |
|
slawson |
hashcat
|
8 |
2,466 |
10-15-2019, 05:22 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: 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: 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
Never done that before, I'll see what I can find online. Thanks. |
|
slawson |
General Talk
|
6 |
2,554 |
10-23-2019, 11:18 PM |
|
|
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: 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: 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
|
slawson |
hashcat
|
3 |
1,443 |
10-30-2019, 03:27 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 |