LogoLogo
DocumentationPayloadsCommunitySupport
  • The WiFi Coconut by Hak5
  • Introduction
    • Introduction
    • Connecting the WiFi Coconut
  • Software & Drivers
    • WiFi Coconut Software
    • Installing on Linux
    • Installing on macOS
    • Installing on Windows
    • Native Drivers
  • Capture Files
    • PCAP
    • Wireshark & Tshark
    • Kismet
Powered by GitBook
On this page

Was this helpful?

  1. Capture Files

Wireshark & Tshark

PreviousPCAPNextKismet

Last updated 2 years ago

Was this helpful?

Wireshark is the premier tool for analyzing PCAP, PCAP-NG, and other files.

It is available for all platforms - Linux, macOS, and Windows. It is free, and open source.

You can learn more about Wireshark and download it from !

Wireshark can open the pcap file generated by the WiFi Coconut, or you can export live packets to the Wireshark command line companion, Tshark to view it live in the console.

sudo wifi_coconut --no-display --pcap=- | tshark -r -
https://www.wireshark.org