Skip to content

Sh3lldor/PVT

Repository files navigation

PVT

PCAP visualization tool

Table of Contents

Overview

PVT will visualize a given PCAP with neo4j and neovis in an easy and intuitive way.

Pics

Docker

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

General

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

Credits