env x=’(){ :;};echo exploit’ bash –c ‘cat/etc/passwd’
What is the Shellshock bash vulnerability attempting to do on a vulnerable Linux host?
Removes the passwd file
Changes all passwords in passwd
Add new user to the passwd file
Display passwd content to prompt
Submit