Identifying Shellshock

Open a terminal window and paste the following script:

env x='() { :;}; echo vulnerable' bash -c 'echo this is a test'

If it returns “this is a test” then the device has been patched, if it returns the following then a patch is required;

vulnerable

this is a test

One thought on “Identifying Shellshock

%d bloggers like this: