214k views
4 votes
A web application is configured to target browsers and allow access to bank accounts to siphon money to a foreign account. This is an example of which of the following attacks? A. SQL injection B. Header manipulation C. Cross-site scripting D. Flash cookie exploitation

1 Answer

6 votes

Answer: (C) Cross-site scripting

Step-by-step explanation:

The cross site scripting is one of the type of attacks and its is also known as security breach. When the web pages are dynamically generated then it takes a lot of advantage. In this attack, the web application are basically sent the activated script which is basically read by the user.

This type of attack are one of the type of the injection that occur when the attacker used the different types of web application so that they can send the malicious code. It is usually in the browser script form to the different types of the users.

User MmixLinus
by
5.8k points