查看是否有bash漏洞,在命令行下执行# env x='() { :;}; echo vulnerable' bash -c "echo this is a test"如果出现 vulnerable this is a test就是有bash漏洞简单解决办法:# yum update bash通过更新bash软件包再次测试执行# env x='() { :
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号