Decrypt and view WEP pcap from terminal - jhu-information-security-institute/NwSec GitHub Wiki
- Decrypt the WEP pcap using airdecap-ng
$ sudo airdecap-ng -w <WEPKEY> <FILENAME>
- Default decrypted output will be
<FILENAME>-dec.pcap
- WEP key should be 10-digit hex (e.g.,
0123456789
)
- Default decrypted output will be
- View the decrypted pcap with tshark
$ sudo tshark -r <FILENAME>-dec.pcap