2
내 서버가 여전히 Shell Shock에 취약합니까?
Shell Shock 취약점이 알려진 이후 데비안 서버를 업데이트했습니다. 업데이트하기 전에 나는 : $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" vulnerable this is a test 지금 나 한테있어: $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" this is …