虚拟大雁

文章
4
资源
0
加入时间
2年10月17天

Apache Log4j2 远程代码执行高危漏洞 测试方法

只要执行下面的main方法,查看日志打印结果,即可确定是否存在该漏洞:import org.slf4j.Logger;import org.slf4j.LoggerFactory;public class Test { private final static Logger log = LoggerFactory.getLogger(Test.class); public static void main(String[] args) { String usernam

linux 限制ssh 和telnet登陆的最大链接数

具体操作过程和解释  1)备份/etc/xinetd.conf   Test:/ #cp /etc/xinetd.conf /etc/xinetd.conf.bak  Test:/ # id  uid=0(root) gid=0(root) groups=0(root),1(bin),2(daemon),3(sys),4(adm),6(disk),10(wheel) conte