From e9b483a089880b2b88d46448abe636fc9b006ca4 Mon Sep 17 00:00:00 2001 From: Jarred Capellman Date: Sun, 29 Dec 2019 18:20:05 -0600 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cf75323..99e36c8 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ NVAT stands for N)etwork V)isualization T)ool. It is a WPF .NET Core 3.1 application showing TCP Connections and the processes tied to them to provide end-users more insight into what applications have connections throughout our connected world. -### Features to come before 1.0 +### Features in the upcoming 0.1 Release: * Ability to kill the process from the GUI * Improved UI/UX (it's a little janky right now) -* Unencrypted traffic inspection (tisk tisk port 80 applications in 2019) * REST service to route the DNS requests to (in the case of an airgapped environment) * Unit Test coverage across the board * Platform abstractions to port to Linux or MacOS + +### Features to come before 1.0 +* Unencrypted traffic inspection (tisk tisk port 80 applications in 2019) +* Improved UX