powershell.exe 27 views

Demo of evict. A lightweight, native Windows CLI tool written in Rust designed to identify and terminate processes occupying specific TCP ports.

This demo shows:

  1. Help menu and usage examples.
  2. Error handling for invalid inputs.
  3. Identifying a process (qBittorrent) locking port 25093.
  4. Safely terminating the process and freeing the port.

GitHub Repo: https://github.com/ShinuToki/evict