Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 817 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 817 Bytes

Packet-Analytics

Have you ever opened Wireshark and thought, "this is nice, but sometimes filtering and following TCP streams is tedious?" If not, open Wireshark more. In this post, I'll cover how to leverage Python, Scapy, Pandas, and Seaborn to science the shit out of some PCAP. Also, this post will serve as a prequel for our next series on Packet Manipulation with Data Science.

Write-up

I've provided a blog post for the this project, follow the links below!

Docker Instructions

  1. docker build . -t packet-analytics
  2. docker run -i -t --rm -p 8888:8888 packet-analytics
  3. cd packet-analytics
  4. anaconda-project run