This command will show you into notepad editor all about ips/ports and task:
1 | echo > 0 & netstat -a -n -o >> 0 & tasklist /v >> 0 & echo >> 0 & notepad 0 |
The output format will be like this:
1 2 3 4 5 6 7 8 9 10 11 12 13 | ECHO is on. Active Connections Proto Local Address Foreign Address State PID ... Image Name PID Session Name Session# Mem Usage Status User Name CPU Time Window Title ========================= ======== ================ =========== ============ =============== ================================================== ============ ================================ System Idle Process 0 Services 0 4 K Unknown NT AUTHORITY\SYSTEM 0:24:37 N/A ... WmiPrvSE.exe 2504 Services 0 6,092 K Unknown N/A 0:00:00 N/A ECHO is on. |