View Single Post
Old 06-12-2004   #38 (permalink)
firefighter99
Registered Member
 
Join Date: Apr 2004
Posts: 17
Quote:
Originally Posted by topolb
To help you to save disk space. The file parameter next to the -r is the one that has the weak packets. For this file only the bytes until the end of the IV (Initival Vector= first 4 bytes after de 80.11 header) must be present. So in order to save space you can use --caplen for the capture session, to just save a custom number of bytes for each packet.
The other file parameter is the one that has at least 10 wep data encrypted packets for key testing purposes. All the bytes of these packets must be logged, because the CRC is at the end of the payload and is needed for the key testing procedure.

But if you dont mind the diskspace you can just use --caplen 0, so all packet's bytes will be saved. Then you specify the packets twice for the FMS attack, one for the weak packets and another one for the verifications packets.

That's why in the example we put the file twice I thinks it is a good idea
Oh so caplen x means it only captures x bit of the packet? I thought it means only capture packets smaller than x. that's interesting, but even if you cut it down to 80 there will be more than 10 packets that also include the crc, simply because some arp packets came along. what's the shortest caplen you can use? 24 (24bit of the IV)?
firefighter99 is offline