QuestionQ284

Application Protocols

Which of the following web attacks is carried out by manipulating programming-language code, such as SQL, Perl, or Java, within web pages?

  • A Command injection attack
  • B Code injection attack
  • C Cross-Site Request Forgery
  • D Cross-Site Scripting attack
Explanation

A code injection attack exploits an application by inserting or manipulating executable programming-language code so that the application processes unintended instructions. SQL injection is a common example of this broader category.

Community Discussion

No comments yet. Be the first to start the discussion!