FaLee

2026-02-23 - Kill Open Port Using CLI

Feb 22nd, 2026 (edited)
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. 1. ss -tuln //search port open
  2. 2. lsof -i :80 //80 is port open
  3. 3. kill -9 3xx //3xx is process ID
Advertisement
Add Comment
Please, Sign In to add comment