Categories
How-To Technical

Filter netstat results with the Find Command

Here is a simple way to find results you might be looking for when running a command such as netstat on your computer or server. The following example should help you get an idea of how to use this in information gathering Issuing the following command: “netstat -an | find /I “established” gave me the results […]