QuestionQ137
Web Application Injection AttacksWhich of the following functions can serve as a countermeasure against a Shell Injection attack?
Each correct answer is a complete solution.
Choose two
- A escapeshellarg()
- B mysql_real_escape_string()
- C regenerateid()
- D escapeshellcmd()
Community Discussion