码迷,mamicode.com
首页 > 其他好文 > 详细

tcpdump-根据IP查看程序与服务都用了哪些端口

时间:2014-09-03 14:33:46      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:使用   c   时间   window   程序   windows   r   信息   tt   

tcpdump -i em1 -tttt src 116.3.248.157 and port ! 6869 -nn

-i 指定端口

-tttt 附带时间戳

-nn 解析域名与端口信息

#############################################

windows下可以使用netstat -nb |find “18999” 与 netstat -ao 结合使用,在通过pid号 查看进程

可用PS 命令在cmd下查看进程。

tcpdump-根据IP查看程序与服务都用了哪些端口

标签:使用   c   时间   window   程序   windows   r   信息   tt   

原文地址:http://www.cnblogs.com/weiji100/p/3953476.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!