Skip to content

essole/Packet-Analytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.3%
  • Dockerfile 0.7%