- Have a local mongo db server installed and running. The program uses this to create a local db instance.
- Install wireshark and tshark
- Install suricata and modify
suricata.yaml
to export pcap file- Default Locations:
- Windows: C:\Program Files\Suricata\suricata.yaml
- Linux: /etc/suricata/suricata/yaml
- Default Locations:
- pcap-log:
- enabled: yes
- filename: log.pcap
Once your changes are done and need to run the package as if you were a user of it. Follow these steps:
- Run pip install packetvisualization
- Run python
- Type
from packetvisualization import run run()