最新消息:

标签:ShellShock

Linux Bash/ShellShock 漏洞修复
linux

Linux Bash/ShellShock 漏洞修复

11年前 (2014-09-26) 2232浏览 0评论

漏洞检测命令:env x='() { :;}; echo vulnerable’ bash -c “echo this is a test” 输出: vulnerable this is a test 说明你中招了...