Skip to content

Instantly share code, notes, and snippets.

@markandrewj
Created October 14, 2014 12:25
Show Gist options
  • Save markandrewj/ff2c27033e5d108b1f81 to your computer and use it in GitHub Desktop.
Save markandrewj/ff2c27033e5d108b1f81 to your computer and use it in GitHub Desktop.
Check if bash bug has been patched
env 'VAR=() { :;}; echo Bash is vulnerable!' 'FUNCTION()=() { :;}; echo Bash is vulnerable!' bash -c "echo Bash Test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment