Bash ShellShock Bug Test

Post Reply
brid.surapol
Posts: 156
Joined: 11 Apr 2013, 11:43

Bash ShellShock Bug Test

Post by brid.surapol »

run

Code: Select all

env var='() { ignore this;}; echo vulnerable' bash -c /bin/true
ถ้ามี ShellShock Bug จะ return

Code: Select all

vulnerable
ถ้าระบบ มี security patch แล้ว จะ return

Code: Select all

bash: warning: var: ignoring function definition attempt
bash: error importing function definition for `var'
Post Reply

Return to “การใช้งาน Linux”