Skip to content

Instantly share code, notes, and snippets.

@rgegriff
Created September 26, 2014 18:03
Show Gist options
  • Save rgegriff/b76519faaa946e89c346 to your computer and use it in GitHub Desktop.
Save rgegriff/b76519faaa946e89c346 to your computer and use it in GitHub Desktop.
sudo apt-get update
sudo apt-get install bash
env x='() { :;}; echo vulnerable' bash -c "echo this is a test"
env X='() { (a)=>\' bash -c "echo date"; cat echo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment