2
Apakah server saya masih rentan terhadap Shell Shock?
Saya memperbarui server Debian saya sejak kerentanan Shell Shock diketahui. Sebelum pembaruan, saya punya: $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" vulnerable this is a test Sekarang, saya punya: $ env x='() { :;}; echo vulnerable' bash -c "echo this is a test" …