Features FAQ Upload API Price View Pcaps 🔒 My Pcaps Sign In

Upload pcap or pcapng file

to analyze network structure, HTTP headers and data, FTP, Telnet, WiFi, ARP, SSDP and other

Drag & drop .pcap or .pcapng file over here

OR select

How to make pcap file on Windows

You can use Wireshark sniffer or other pcap tools to prepare .pcap files. Choose network adapter to capture packets and click "Capture". See details about installation and packets capturing on Wireshark FAQ.

How to make pcap file on Linux/MacOS X

You can use tcpdump (a data-network packet analyzer) to collect network packets. tcpdump allows filtration to adjust collected packets, see options on tcpdump main page. Run as superuser:

# tcpdump -i eth0 -w mycap.pcap

or use Wireshark sniffer.

Please note that you should set up appropriate permissions on the pcap file then.
# chmod 644 mycap.pcap

How to open pcap file report

After pcap analysis will be finished you can follow a generated link to find a full report. Or just go to View Pcaps report section for public files. Reports for pcap files uploaded privately will appear in your personal profile. See plans and pricing.

The report contains network protocol analysis and found files in HTTP data. Use pcap visualization of network devices - see all features. There are also WiFi associating information, handshakes and user credentials, etc.

What is a pcap file

Pcap file contains sniffed network packets. You can use it detect various anomalies in network work. Details ...