小编Mar*_*cel的帖子

我很难理解Shellshock漏洞验证

我在检查Shellshock漏洞时得到了这个:

host1:~$ env x='(){ :;}; echo vulnerable' bash -c "echo hello"
hello
host1:~$ env x='() { :;}; echo vulnerable' bash -c "echo hello"
vulnerable
hello
host1:~$
Run Code Online (Sandbox Code Playgroud)

怪啊?

linux security bash shellshock-bash-bug

3
推荐指数
1
解决办法
933
查看次数

标签 统计

bash ×1

linux ×1

security ×1

shellshock-bash-bug ×1