PCAP visualization tool
PVT will visualize a given PCAP with neo4j and neovis in an easy and intuitive way.
Build with docker-compose
cd PVT
docker-compose up -d
Start/Stop the container
sudo docker-compose start/stop
Save/Load PVT
docker save PVT:latest neo4j:latest > PVT.tar
docker load < PVT.tar
PVT will listen on: http://0.0.0.0:8443
Neo4j will listen on: http://0.0.0.0:7474
Default Credentials:
- username: neo4j
- password: pvt
- Pictures and Icons