文章分类 -  漏洞修复

摘要:处理的漏洞名称为 SSL/TLS协议信息泄露漏洞(CVE-2016-2183)【原理扫描】 # 确认 openssl 有没有安装 cd /data/software/ yum install perl perl-devel -y wget --no-check-certificate https:/ 阅读全文
posted @ 2022-03-11 15:19 klvchen 阅读(2293) 评论(0) 推荐(0)
摘要:安装 telent-server 防止 openssh 无法登陆,注意开放 23 端口 yum install telnet-server -y systemctl start telnet.socket # 默认情况下 telnet-server 无法使用 root 登陆 useradd test 阅读全文
posted @ 2022-01-05 11:02 klvchen 阅读(137) 评论(0) 推荐(0)