Search Results
|
Post |
Author |
Forum |
Replies
[asc]
|
Views |
Posted |
|
|
Thread: Cannot remove a hash
Post: RE: Cannot remove a hash
Sry. I didn't mention I am using Oclhashcat in Windows. |
|
slawson |
Old oclHashcat Support
|
4 |
9,952 |
11-12-2014, 09:07 AM |
|
|
Thread: Cannot remove a hash
Post: RE: Cannot remove a hash
Awesome, I didn't know that existed. Thanks. |
|
slawson |
Old oclHashcat Support
|
4 |
9,952 |
11-12-2014, 07:05 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: 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: 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: 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: 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
|
slawson |
hashcat
|
3 |
1,241 |
08-26-2019, 04:22 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: 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: 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 |