Step 1: Check Your System for the Vulnerability On each of your systems that run Bash, you may check for Shellshock vulnerability by running the following command at the bash prompt: $ env VAR='() { :;}; echo Your bash is vulnerable!' bash -c "echo Bash Tested" If your bash