simple-pcapng-visualizer

A simple way to visualize network traffic with pcapng file

Requirement

  • python3.x
  • python-pcapng
  • networkx
  • matplotlib.pyplot

Try it out

python3 simple-pcapng-visualizer.py packets.pcapng Graph

Contributors

  • Yiiiiii#7922
  • k_style#6363
  • sampleauto#0001

The main inspiration for the idea, came from the lack of visualization when it came to networking scanning or network monitoring. Popular tools used for this, are Nmap and WireShark, but this tools lacked visualization, meaning a user would have to take notes of network or visualize the network themselves when working with these tools. This application allows a user to automate this process by only needing a pcapng in order to visualize any network.

Built With

Share this project:

Updates