在linux中修复bash安全漏洞的方法
1.首先,在linux命令行中履行以下命令扫描bash漏洞;
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
2.扫描到bash安全漏洞后,在命令行履行以下命令升级bash;
yum -y update bash
3.最后,bash升级后,在命令行中履行以下命令便可对bash安全漏洞进行修复;
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
本文来源:https://www.yuntue.com/post/59887.html | 云服务器网,转载请注明出处!

微信扫一扫打赏
支付宝扫一扫打赏