-
Notifications
You must be signed in to change notification settings - Fork 13
Decrypt and view WEP pcap from terminal
reubenajohnston edited this page Apr 18, 2025
·
3 revisions
- 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