You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
166
166
@@ -237,6 +237,8 @@ Started: Thu Jan 22 08:52:24 2026
237
237
Stopped: Thu Jan 22 08:52:28 2026
238
238
```
239
239
240
+
### Step Three - Conversion - john
241
+
240
242
If you prefer john, the command to do so is as follows:
241
243
242
244
```
@@ -302,6 +304,8 @@ session summary
302
304
processed pcapng files................: 1
303
305
```
304
306
307
+
### Step Four - Cracking - john
308
+
305
309
The john command will be as follows:
306
310
307
311
```
@@ -326,5 +330,3 @@ Press 'q' or Ctrl-C to abort, 'h' for help, almost any other key for status
326
330
Use the "--show" option to display all of the cracked passwords reliably
0 commit comments