Skip to content

Instantly share code, notes, and snippets.

@mkocikowski
Created October 21, 2014 21:35
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