Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # chmod 777 bashbugtest.sh
- # ./bashbugtest.sh
- env x='() { :;}; echo vulnerable' bash -c 'echo testing'
- env X="() { :;}; echo shellshock" /bin/sh -c 'echo completed'
- env X="() { :;}; echo shellshock" `which bash` -c 'echo completed'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement