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”
You must log in to post a comment.