Question 346
Which of the following tools is used for port scanning?
Question 347
Which of the following DoS attacks affects mostly Windows computers by sending corrupt UDP packets?
Question 348
Which of the following functions can be used as a countermeasure to a Shell Injection attack?
Each correct answer represents a complete solution. Choose all that apply.
Question 349
Which of the following are open-source vulnerability scanners?
Question 350
You run the following PGIAC script:
<?pGIAC
$name = mysql_real_escape_string($_POST["name"]);
$password = mysql_real_escape_string($_POST["password"]);
?>
What is the use of the mysql_real_escape_string() function in the above script.
Each correct answer represents a complete solution. Choose all that apply.
