Skip to content

Instantly share code, notes, and snippets.

@michaelaguiar
Created September 25, 2014 17:12
Show Gist options
  • Save michaelaguiar/b14a4f15dba186e63717 to your computer and use it in GitHub Desktop.
Save michaelaguiar/b14a4f15dba186e63717 to your computer and use it in GitHub Desktop.
Test for "ShellShock" bash vulnerability on Linux
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment