Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 525 Bytes

0162.md

File metadata and controls

31 lines (24 loc) · 525 Bytes

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)
escapeshellarg()
  • B)
escapeshellcmd()
  • C)
regenerateid()
  • D)
mysqli_real_escape_string()
Answer

Answer: A, B