Exam GCIH All QuestionsBrowse all questions from this exam
Question 137

Inspecting developer code for functions like system, exec, and popen is recommended to reduce the likelihood of what type of public-facing attack?

    Correct Answer: C

    Inspecting developer code for functions like system, exec, and popen is crucial because these functions are frequently exploited in command injection attacks. Command injection allows attackers to execute arbitrary commands on the host operating system, which can lead to significant security vulnerabilities. Thus, the correct answer is Command Injection.

Discussion
RezaeeOption: C

C. Command Injection