Network encryption cracking: Difference between revisions

Content deleted Content added
Undid revision 242932073 by Piano non troppo (talk)
Line 18:
====WEPCrack====
Commands to be inputted into WEPCrack are:
<nowiki>perl \progra~1\wepcrack\pcap-getIV.pl <br />
This command generates a log-file (ivfile.log) from a captured packet obtained by WireShark or prismdump A packet with atleast 5 million frames is required. <br />
perl \progra~1\wepcrack\wepcrack\.pl ivfile.log <br />
This command asks WEPCrack to determine the key from the log-file
<ref>Hacking Wireless Networks for Dummies</ref>
</nowiki>
 
====AirCrack====