Bash ShellShock Bug Test
Posted: 26 Sep 2014, 10:44
run
ถ้ามี ShellShock Bug จะ return
ถ้าระบบ มี security patch แล้ว จะ return
Code: Select all
env var='() { ignore this;}; echo vulnerable' bash -c /bin/true
Code: Select all
vulnerable
Code: Select all
bash: warning: var: ignoring function definition attempt
bash: error importing function definition for `var'