Skip to content

Instantly share code, notes, and snippets.

@niraj-shah
Created September 25, 2014 16:02
Embed
What would you like to do?
Command line test to see if CVE-2014-6271 vulnerability exists in Bash
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