logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Linux漏洞修复:SSH Weak Encryption Algorithms Supported|SSH弱加密算法漏洞

在做漏洞扫描时发现有个名为SSH Weak Encryption Algorithms Supporte基本覆盖了内网全面linux服务器,研究一番后,分享给大家漏洞描述:The following weak client-to-server encryption algorithms are supported by the remote service:3des-cbcaes128-c...

#linux
Linux漏洞修复:Apache服务器TraceEnable漏洞的关闭与测试方法/HTTP跟踪跨站攻击

一、Apache的主配置文件:/etc/httpd/conf/httpd.conf默认站点主目录:/var/www/html/Apache服务器的配置信息全部存储在主配置文件/etc/httpd/conf/httpd.conf中,这个文件中的内容非常多,用wc命令统计一共有1009行,其中大部分是以#开头的注释行。二、查看Apache版本apachectl -v三、关闭方法:在...

到底了