CMD下查所有3389連接的IP地址
0x01 查看進程PID
打開CMD,輸入
tasklist /svc|findstr TermService
查出對應的PID,例如1141
0x02 查看PID對應的IP
netstat /ano|findstr 1141
這個時候cmd窗口就會顯示pid為1141對應的3389所有連接
打開CMD,輸入
tasklist /svc|findstr TermService
查出對應的PID,例如1141
netstat /ano|findstr 1141
這個時候cmd窗口就會顯示pid為1141對應的3389所有連接