Skip to content

Commit c37ed72

Browse files
author
=
committed
wording
1 parent 49aea33 commit c37ed72

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

docs/example.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ CHA| LAST |EA123P| MAC-CL | MAC-AP |ESSID (SCAN: 2462/11)
8282
exit on sigterm
8383
```
8484

85-
### Step Three - Conversion
85+
### Step Three - Conversion - hashcat
8686

8787
We now have a complete capture with all information needed for cracking the PSK. Before we crack the PSK, we need to convert it into a format Hashcat/JtR can understand using hcxpcapngtool.
8888

@@ -160,7 +160,7 @@ processed pcapng files................: 1
160160
> 5. No PROBEREQUESTS were detected.
161161
> 6. Too few M1 frames were detected.
162162
163-
### Step Four - Cracking
163+
### Step Four - Cracking - hashcat
164164

165165
Finally, we have a Hashcat/JtR compatible format for cracking the PSK of our target network. For this example, we will use Hashcat for our cracking tool of choice.
166166

@@ -237,6 +237,8 @@ Started: Thu Jan 22 08:52:24 2026
237237
Stopped: Thu Jan 22 08:52:28 2026
238238
```
239239

240+
### Step Three - Conversion - john
241+
240242
If you prefer john, the command to do so is as follows:
241243

242244
```
@@ -302,6 +304,8 @@ session summary
302304
processed pcapng files................: 1
303305
```
304306

307+
### Step Four - Cracking - john
308+
305309
The john command will be as follows:
306310

307311
```
@@ -326,5 +330,3 @@ Press 'q' or Ctrl-C to abort, 'h' for help, almost any other key for status
326330
Use the "--show" option to display all of the cracked passwords reliably
327331
Session completed
328332
```
329-
330-

0 commit comments

Comments
 (0)