cmd

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2026 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Types

type PortEntry

type PortEntry struct {
	PID         int32  `json:"pid"`
	LocalAddr   string `json:"local_addr"`
	LocalPort   uint32 `json:"local_port"`
	RemoteAddr  string `json:"remote_addr"`
	RemotePort  uint32 `json:"remote_port"`
	Proto       string `json:"proto"`
	Status      string `json:"status"`
	ProcessName string `json:"process_name"`
	User        string `json:"user"`
}

type ScanResult

type ScanResult struct {
	Port int
	Open bool
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL