speer0

shellshock bash test

Sep 25th, 2014
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.13 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # test
  4. env x='() { :;}; echo vulnerable' bash -c 'echo tester'
  5.  
  6. # if you don't see vulnerable the you're safe.
Advertisement
Add Comment
Please, Sign In to add comment