Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/v9mirza/lazyports
General Purpose UtilitiesNetwork MappingPort ScanningUtilities & Frameworks
GitHubv9mirza/lazyports

LazyPorts

lazyports is a terminal UI tool to visualize and manage network ports. It provides an interactive table to inspect listening processes and kill them easily.

View Repository
9554 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

LazyPorts

Visual port manager for Linux

License Go GitHub stars
lazyports is a terminal UI tool to visualize and manage network ports. It provides an interactive table to inspect listening processes and kill them easily.

LazyPorts Demo

Built with Bubble Tea and Lipgloss.

Prerequisites

  • Go 1.24 or higher (required for installation)

Installation

Install with a single command:

root@kitploit:~
curl -sL https://raw.githubusercontent.com/v9mirza/lazyports/main/install.sh | bash

Note: The script may request sudo permission to install the binary to /usr/local/bin for system-wide access.

Uninstallation

To remove lazyports from your system, simply delete the binary:

root@kitploit:~
# Remove system-wide installation
sudo rm /usr/local/bin/lazyports

# Remove user-local installation
rm ~/go/bin/lazyports

Usage

Run the tool from your terminal:

root@kitploit:~
lazyports

Controls

Features

  • Interactive Table: Clean visualization of open ports (TCP/UDP).

  • Sortable Columns: Press s to cycle sorting by Port, Process Name, or PID.

  • Smart Filtering: Type / to instantly filter by port, PID, or process name.

  • Detailed Inspection: Press Enter to see full command, user, and start time.

    Details View

  • Process Management: Terminate blocking processes instantly.

  • Root-Aware detection: Correctly identifies system processes (returning (system)) vs required privileges.

  • Auto-Sorting: Ports are automatically sorted numerically by default.

  • Visual States: Distinct indicators for LISTEN and ESTAB connections.

  • Zero Config: Works out of the box with automatic shell path configuration.

License

MIT

Download Tool
KeyAction
↑ / ↓Navigate list
/Filter / Search ports
EnterView Details (User, Path, Time)
kKill selected process
rRefresh list
sSort (Cycle: Port → Process → PID)
qQuit