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 […]

Categories
How-To Technical

Remove Windows Service

By executing the following command you can remove a windows service: C:> sc delete [service name] TIP:  If you don’t know the service name you’re trying to delete, you can find it by going to Start>Run>services.msc and locate the service name in the service’s property page.   Attn:  No screenshots were harmed in forming this […]