[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  阅读(174)  评论(0编辑  收藏  举报