1Y0-341 · Question #45
Which protection can a Citrix Engineer implement to prevent a hacker from extracting a customer list from the company website?
The correct answer is D. HTML SQL Injection. This type of protection is designed to prevent SQL injection attacks, where an attacker could exploit vulnerabilities in the web application's database interaction to execute malicious SQL statements. This could lead to unauthorized viewing of data, such as a customer list, or…
Question
Which protection can a Citrix Engineer implement to prevent a hacker from extracting a customer list from the company website?
Options
- ACross-Site Request Forgeries (CSRF)
- BForm Field Consistency
- CHTML Cross-Site Scripting (XSS)
- DHTML SQL Injection
How the community answered
(45 responses)- A7% (3)
- B9% (4)
- C2% (1)
- D82% (37)
Explanation
This type of protection is designed to prevent SQL injection attacks, where an attacker could exploit vulnerabilities in the web application's database interaction to execute malicious SQL statements. This could lead to unauthorized viewing of data, such as a customer list, or even worse, database modification or control over the database server.
Topics
Community Discussion
No community discussion yet for this question.