InterviewSolution
Saved Bookmarks
| 1. |
An attack on a website that stores and displays text to a user is known as ______ attack(a) SQL attack(b) XSS attack(c) XRP attack(d) None of the mentioned |
|
Answer» Right choice is (b) XSS attack The explanation is: An attack on a website that stores and displays text to a user is known as XSS attack. It is called as cross site scripting attack. |
|