From charlesreid1

(Created page with "=Reboot= Revisiting some of the old techniques. First is aircrack to monitor wifi networks. Next is besside to obtain handshakes. Once we have the handshakes, use instruc...")
 
No edit summary
Line 8: Line 8:


Once we have the handshakes, use instructions on [[John the Ripper/WPA]] page to turn those cap files into hccap files, then into John the Ripper password files.  
Once we have the handshakes, use instructions on [[John the Ripper/WPA]] page to turn those cap files into hccap files, then into John the Ripper password files.  
<pre>
$ /root/codes/cap2hccap/cap2hccap.bin /root/box/08-17_besside/wpa.cap wpa.hccap
$ hccap2john ./wpa.hccap > booty.johnpw
</pre>
Now the goal is to crack booty.johnpw with [[John]] the Ripper.


=Flags=
=Flags=

Revision as of 11:36, 18 August 2016

Reboot

Revisiting some of the old techniques.

First is aircrack to monitor wifi networks.

Next is besside to obtain handshakes.

Once we have the handshakes, use instructions on John the Ripper/WPA page to turn those cap files into hccap files, then into John the Ripper password files.

$ /root/codes/cap2hccap/cap2hccap.bin /root/box/08-17_besside/wpa.cap wpa.hccap
$ hccap2john ./wpa.hccap > booty.johnpw

Now the goal is to crack booty.johnpw with John the Ripper.

Flags