Sh3lldor / PVT

PCAP visualization tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PCAP visualization tool

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 74.7%Language:TypeScript 9.5%Language:SCSS 5.1%Language:Less 4.9%Language:CSS 4.8%Language:Python 0.6%Language:HTML 0.3%Language:Dockerfile 0.0%Language:Shell 0.0%Language:PowerShell 0.0%