Myra is an python based modular automatic report generator of pcap files giving summaries of packets as ensemble as well according to each layer.
- Pcap parser based upon Scapy
- Summary Report generator
- Modular
There is another branch named zero which is created for integration of PyZMQ. I will work on that branch for now and will only review pull requests for develop branch.
Myra requires the following dependencies:
- animation
- descartes
- fpdf
- geopandas
- matplotlib
- pandas
- scapy
Myra currently supports the following plugins.
Plugin | README |
---|---|
Summary Report | - |
IP report | - |
DNS report | - |
Transport report | - |
Threat Intelligence report | - |
Want to contribute? Great! Hop on.
- Add support for more layers such as ARP.
- Replace that ugly coordinate map plot with a beautiful Choropleth.
- Generate Top 10 list for each layer depending upon count.
- Generate varieties of plots for statistics such as sankey, doughnut, tree, etc.
- Support output in HTML and PDF.
- Write Unit Tests
- Implement Micro-services architecture for concurrency.
Apache Software License V2 (Maybe). Subject to change in future.