medium
Single Answer
0What type of attack depends on the attacker entering JavaScript into a text area that is intended for users to enter text that will be viewed by other users?
Answer Options
A
SQL injection
B
Clickjacking
C
Cross-site scripting
D
Bluejacking
Correct Answer: C
Explanation
Cross-site scripting (XSS) involves entering a script into text areas that other users will view. SQL injection (SQLi) is not about entering scripts but rather SQL commands. Clickjacking is about tricking users into clicking on the wrong thing. Bluejacking is a Bluetooth attack.