
26 Sep
2014
26 Sep
'14
4:25 a.m.
From: "Joh Lindley" <joh.lindley@dcwest.net.au>
Is Apple's sh a bash? I thought they are using FreeBSD's userland (FreeBSD's sh is not affected [at least the tests are negative and there is no SA]) It would appear so. sh-3.2$ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" vulnerable this is a test
You are calling the bash [not /bin/sh] here. It shows that you have a bash installed. Regards Peter