Valid EC0-350 Dumps shared by ExamDiscuss.com for Helping Passing EC0-350 Exam! ExamDiscuss.com now offer the newest EC0-350 exam dumps, the ExamDiscuss.com EC0-350 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com EC0-350 dumps with Test Engine here:
env x=`(){ :;};echo exploit` bash -c 'cat /etc/passwd' What is the Shellshock bash vulnerability attempting to do on an vulnerable Linux host?
Correct Answer: A
Explanation/Reference: To extract private information, attackers are using a couple of techniques. The simplest extraction attacks are in the form: () {:;}; /bin/cat /etc/passwd That reads the password file /etc/passwd, and adds it to the response from the web server. So an attacker injecting this code through the Shellshock vulnerability would see the password file dumped out onto their screen as part of the web page returned. References: https://blog.cloudflare.com/inside-shellshock/