shell 批量检测远程端口

Posted lixinliang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了shell 批量检测远程端口相关的知识,希望对你有一定的参考价值。

[[email protected] li]$ cat port.sh 
#!/bin/bash
#
ip=`cat iplist`
for i in $ip;do
  port=`ssh -t $i "sudo netstat -anput" |grep 19100 |awk ‘{print $4}‘ |column -x |tr ‘
‘ ‘	‘` 
  echo -e "$i 	  $port" >> 19100_port.csv
done



# 打印ip  和 端口信息

  

以上是关于shell 批量检测远程端口的主要内容,如果未能解决你的问题,请参考以下文章

远程桌面提示:由于在客户端检测到一个协议错误(代码0x1104)……

shell脚本实现批量端口扫描

每日一shell 批量快速推送key到远程主机

Shell 脚本远程批量执行命令

Shell 脚本远程批量执行命令

远程桌面连接端口 批量管理云服务器