Skip to content

Instantly share code, notes, and snippets.

@pikesley
Created September 25, 2014 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pikesley/c333bd114c5e094e836c to your computer and use it in GitHub Desktop.
Save pikesley/c333bd114c5e094e836c to your computer and use it in GitHub Desktop.
How to bash
env x='() { :;}; echo vulnerable' bash -c 'echo hello' && sudo apt-get update && sudo apt-get install bash && env x='() { :;}; echo vulnerable' bash -c 'echo hello'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment