Killing ports and process, sounds like a job for Command Line. For that very reason i made a Bash script, that first lists out all the process on any port that are listening then gives an option to selectively kill them.
Uses
lsof
package.
This package is only available in Linux and Mac. Windows user should prefer this python_script I made.
- Install
lsof
package usingapt-get install lsof
oryum install lsof
- For running globally, move the file to
/usr/local/bin
- run
chmod +x ports_scan.sh
- Now simply run
ports_scan
Made by Vybhav Chaturvedi