my-air:~ Evrins$ bash -version
GNU bash, version 3.2.53(1)-release (x86_64-apple-darwin13)
Copyright (C) 2007 Free Software Foundation, Inc.
my-air:~ Evrins$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
this is a test
更新了,还是这样啊。
GNU bash, version 3.2.53(1)-release (x86_64-apple-darwin13)
Copyright (C) 2007 Free Software Foundation, Inc.
my-air:~ Evrins$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
this is a test
更新了,还是这样啊。