hoangdangninh
1/17/2017 - 7:14 PM

commands used when debugging an application

commands used when debugging an application

1. Check which ports are listening
/* Linux */
sudo netstat -plnt
/* Windows */
netstat -a -b -o