[linux] shellshock

1> Test if the system is vulnerable

    env X="() { :;} ; echo vulnerable" /bin/sh -c "echo completed"

2> Fix it

    yum update bash -y

posted @ 2015-03-07 15:04  randywithj  阅读(180)  评论(0)    收藏  举报