#!/bin/bash # THIS SHOULD NOT WORK /bin/ls -l / /bin/rm /home/simo/foobar # anything else could be executed here.... for instance a root exploit uploaded # with the package # this doesnt infinite loop because oddly enough ulimit still applies # and cannot be changed #while [ 0 -eq 0 ]; do # echo "you got fucked son" #done