Monitoring Your Network
TCPView Tool
- Download the Tcpview Software, from the following link
http://filehippo.com/search?q=Tcpview+Software - TCPView is a Windows program that will show you detailed listings of all TCP and UDP endpoints on your system, including the local and remote addresses and state of TCP connections.
- TCPView also reports the name of the process that owns the endpoint. TCPView provides a more informative and conveniently presented subset of the Netstat program that includes with Windows.
- The TCPView download includes Tcpvcon, a command-line version with the same functionality.
Tcpvcon Utility command
- Tcpvcon usage is similar to that of the built-in Windows netstat utility:
Code:
we can use the commands in simple command prompt of windows
Netstat Utility in Windows
- To display both the Ethernet statistics and the statistics for all protocols, type the following command:Code:
- To display the statistics for only the TCP and UDP protocols, type the following command:Code:
- To display active TCP connections and the process IDs every 5 seconds, type the following command:Code:
- To display active TCP connections and the process IDs using numerical form, type the following command:Code:
- Store results of Any scan in text file:Code:
Resolve common Netstat Utility Errors in Windows
- If you just Goto Run > cmd > and type netstat it will show following Error:
‘netstat’ is not recognized as an internal or external command - Netstat Utility Runs with following directory:
C:\WINDOWS\system32 - Goto above directory & Type netstat commands then it will not show Errors.
- Other way To Run this utility Which is: Directly press ctrl+r and Run netstat commands.
- For More Help on Netstat utility type following command in ‘cmd’Code:
No comments:
Post a Comment