Monitor Your Network before Hacking Others Machine 03-09-2014, 10:13 AM
#1
>>>Monitor Your Network before Hacking Others Machine <<<
This Trick will help you to Monitor Your TCP,UDP Connections Established with Remote or Local Servers or Computers & Prevent Yourself from getting monitored by others!!:Smile:
TCPView Tool
Tcpvcon Utility command
Netstat Utility in Windows
Resolve common Netstat Utility Errors in Windows
Monitor Your little network activity's!!:Smile:
>>>If you Know How to Hack You must know How to Protect.<<<
This Trick will help you to Monitor Your TCP,UDP Connections Established with Remote or Local Servers or Computers & Prevent Yourself from getting monitored by others!!:Smile:
TCPView Tool
- Go to following Link & Download the Tcpview Software.
http://technet.microsoft.com/en-us/sysin...97437.aspx
- 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 ships with Windows.
![[Image: bb897437.tcpview(en-us,MSDN.10).jpg]](http://i.technet.microsoft.com/bb897437.tcpview(en-us,MSDN.10).jpg)
- 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:
tcpvcon [-a] [-c] [-n] [process name or PID]
-a Show all endpoints (default is to show established TCP connections).
-c Print output as CSV.
-n Don't resolve addresses..Netstat Utility in Windows
- To display both the Ethernet statistics and the statistics for all protocols, type the following command:
Code:netstat -e -s - To display the statistics for only the TCP and UDP protocols, type the following command:
Code:netstat -s -p tcp udp - To display active TCP connections and the process IDs every 5 seconds, type the following command:
Code:nbtstat -o 5 - To display active TCP connections and the process IDs using numerical form, type the following command:
Code:nbtstat -n -o
- Store results of Any scan in text file:
Code:netstat /a /n /o >c:\netstat.txt
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:netstat ?
Monitor Your little network activity's!!:Smile:
>>>If you Know How to Hack You must know How to Protect.<<<


![[+]](https://sinister.li/images/modern/collapse_collapsed.png)

