Skip to content
/ TLView Public

Utility that displays all TCP and UDP connections on a host

License

Notifications You must be signed in to change notification settings

itfray/TLView

Repository files navigation

TLView

Overview

TLView is a program that provides descriptions of all TCP and UDP endpoints on a host, including local and remote addresses and the status of TCP connections.

overview

Requirements

  • Windows
  • Python ~3.7.4
  • Pip ^19.0.3

Installation

git clone https://github.com/itfray/TLView.git
cd ./TLView
python -m pip install -r requirements.txt

Launch

python main.py

Usage

  • Display of all current TCP, UDP, TCP6, UDP6 connections

    All new connections are colored green. All compounds that disappear are colored red. The data line where the data has been updated is colored yellow.

    To sort a table by a specific column, the user needs to click on the corresponding table column headings. The sort indicator is the arrow ⯅/⯆, which is signed next to the sorted column.

    Display feature

    Using the View > Update Speed menu, you can adjust how often the table is updated.

    Update rate change feature

  • Domain and service name resolution

    If Options > Resolve Addresses option is activated, all connection addresses are displayed in the form domain names. Otherwise, all addresses are displayed in the form IPv4/IPv6.

    Resolve domain name feature

  • Save the current state of network connections to a file

    File > Save allows you to save the current state of the connection table in a text file in CSV format.

    Save file feature

  • Terminate a process by specified connection

    You need to select the connection by clicking the left mouse button and open the context menu by clicking the right mouse button. To terminate the process, select the End Process... menu item and click Yes.

    Terminate process feature

License

MIT. See LICENSE.

About

Utility that displays all TCP and UDP connections on a host

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages