我在检查Shellshock漏洞时得到了这个:
host1:~$ env x='(){ :;}; echo vulnerable' bash -c "echo hello" hello host1:~$ env x='() { :;}; echo vulnerable' bash -c "echo hello" vulnerable hello host1:~$
怪啊?
linux security bash shellshock-bash-bug
bash ×1
linux ×1
security ×1
shellshock-bash-bug ×1