bluestone

Learning without thinking leads to confusion;thinking without learning leads to danger.

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: :: :: 管理 ::

2014年8月5日

摘要: 有没有批量检测的方法?有的。我们用nc就可以快速检测端口的开放性。nc检测端口的用法nc -z -w 10 -u%IP% %PORT%-z表示检测或者扫描端口-w表示超时时间-u表示使用UDP协议,此参数为空,则为tcp协议例如:[@s136.ipcpu.com ~]# nc -z -w 10 -u... 阅读全文
posted @ 2014-08-05 10:23 ssatyr 阅读(1574) 评论(0) 推荐(0)