在linux系统中扫描bash漏洞的方法
1.首先,在linux命令行中履行以下命令扫描bash漏洞;
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
2.命令履行后,查看输出结果,如输出结果为以下信息
vulnerable
this is a test
则说明系统存在bash漏洞;
本文来源:https://www.yuntue.com/post/59891.html | 云服务器网,转载请注明出处!
linux系统漏洞如何扫描在linux系统中扫描bash漏洞的方法1.首先,在linux命令行中履行以下命令扫描bash漏洞;env x=\'() { :;}; echo vulnerable\’ bash -c \”echo this is a test\” 2.命