Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

killport

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

killport

  • 1.2.0
  • PyPI
  • Socket score

Maintainers
1

killport

Kill processes using a given port on your laptop.

Installation

pip install killport

Usage

killport 1234

  • kills any process using the 1234 port on your laptop

killport 1234 2345

  • kills any process using either the 1234 or 2345 ports on your laptop

killport 1234 --view-only

  • Displays the processes that would be deleted, but doesn't actually delete them.

How does this differ from...

  • freeport -- Windows support, since this uses psutil rather than lsof
  • kill-port -- Very similar, but this is available in PyPI vs NPM

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc