掃描測試環境發現如下漏洞,整理下處理方法
1. 編輯 apache配置文件,添加如下配置
vim /etc/httpd/conf.d/ssl.conf
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!RC4:!DES:!3DES
2. 重啟 apache 服務器
service httpd restart
3. 重新掃描系統,漏洞沒有了
1. 編輯 apache配置文件,添加如下配置
vim /etc/httpd/conf.d/ssl.conf
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5:!RC4:!DES:!3DES
2. 重啟 apache 服務器
service httpd restart
3. 重新掃描系統,漏洞沒有了
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。