Question
Which of the following is the primary goal of a
Cross-Site Scripting (XSS) attack?Solution
A Cross-Site Scripting (XSS) attack exploits vulnerabilities in web applications to inject malicious scripts (typically JavaScript) into a website. These scripts are then executed in the browsers of users who visit the compromised website. The attacker may use this method to steal session cookies, hijack user accounts, deliver malware, or execute phishing scams. XSS can occur due to improper input validation or inadequate sanitization of user-supplied data. For instance, an attacker might input a malicious script in a comment section, and when other users view the page, their browsers execute the script unknowingly. XSS impacts user security and trust significantly. Why Other Options Are Incorrect :
- Alter server-side data without authentication : This describes Injection Attacks , not XSS.
- Deny legitimate users access to a website : This is the goal of DDoS attacks , not XSS.
- Crack user credentials using repeated attempts : This describes Brute Force Attacks , not XSS.
- Exploit a website’s server to inject malicious database queries : This describes SQL Injection , not XSS.
Which of the following sorting algorithms has a worst-case time complexity of O(n^2)?
What is the purpose of an index in a database?
Which of the following is a characteristic of a well-formed transaction?
The list.index(x[, start[, end]]) is used to ___.
What is the purpose of the control unit in the CPU?
Which concurrency control technique allows a transaction to read uncommitted data?
Which component of a compiler interacts directly with the lexer?
 FAT stands for?
Which tree traversal visits the nodes in the order: left, root, right?
The size of IP address in IPV6 is