QuestionQ255

Application Protocols

Which of the following statements is true about XSS, SQL injection, and RFI?

  • A These are Trojans.
  • B These are hacking tools.
  • C These are types of Web application vulnerabilities.
  • D These are viruses.
Explanation

Cross-site scripting (XSS), SQL injection, and remote file inclusion (RFI) are categories of web application vulnerabilities. Each arises when an application improperly handles untrusted input or resources.

Community Discussion

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