Skip to content

Instantly share code, notes, and snippets.

@mkocikowski
Created October 21, 2014 21:35
Show Gist options
  • Save mkocikowski/f4c943358bc428a6d897 to your computer and use it in GitHub Desktop.
Save mkocikowski/f4c943358bc428a6d897 to your computer and use it in GitHub Desktop.
Shellshock test
$ foo='() { echo not patched; }' bash -c foo
bash: foo: command not found
w00t! Not vulnerable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment