Created
September 25, 2014 17:12
-
-
Save michaelaguiar/b14a4f15dba186e63717 to your computer and use it in GitHub Desktop.
Test for "ShellShock" bash vulnerability on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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