Search Results
|
Post |
Author |
Forum |
Replies |
Views
[desc]
|
Posted |
|
|
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,033 |
11-08-2019, 07:17 PM |
|
|
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: 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: 5.1.0+1394 not processing LM hashes
Post: 5.1.0+1394 not processing LM hashes
I'm not for sure if I am supposed to report bugs for beta versions, but it seems the latest beta will not load any LM hashes for processing. |
|
slawson |
Beta Tester
|
1 |
2,219 |
08-28-2019, 06:07 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,469 |
10-11-2019, 05:27 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,469 |
10-15-2019, 03:46 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,469 |
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,469 |
10-15-2019, 05:22 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: Cracked Passwords when using Brain
When using brain with multiple clients, what happens when a password is cracked by one of the stations?
1. Where does it store the cracked password?
2. Does it send a signal to all of th... |
|
slawson |
hashcat
|
9 |
2,496 |
10-16-2019, 10:19 PM |
|
|
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,496 |
10-16-2019, 10:51 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
That makes sense. Thanks. Although, I am still missing something. I am trying to unveil the potential in using brain.
My goal is to avoid duplicate candidates when running a rule against a hash ... |
|
slawson |
hashcat
|
9 |
2,496 |
10-17-2019, 06:10 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
Just the default which I understand to be -2.
To accomplish my goal, would I have to use -3. If so, I could see how that could take tons of storage.
Is -2 essentially a glorified --restore ... |
|
slawson |
hashcat
|
9 |
2,496 |
10-17-2019, 06:25 PM |
|
|
Thread: Cracked Passwords when using Brain
Post: RE: Cracked Passwords when using Brain
Sorry when I said -2 and -3 I meant brain client features 2 and 3. Not custom character sets.
So what I meant is that if I just use the default --brain-client-features 2, is that essentially just ... |
|
slawson |
hashcat
|
9 |
2,496 |
10-17-2019, 06:33 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,557 |
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,557 |
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,557 |
10-25-2019, 04:03 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,557 |
10-23-2019, 10:48 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 |