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.

A.
mysql_real_escape_string()
B.
escapeshellcmd()
C.
regenerateid()
D.
escapeshellarg()
Explanation:
Correct answer is BD
0
0