Computer Science, asked by Kuldeepchoudhar4419, 1 year ago

What attack can execute scripts in the user's browser, and is capable of hijacking user sessions, defacing websites, or redirecting the user to malicious sites?

Answers

Answered by Anonymous
10

Answer:

Cross-site scripting (XSS)

Explanation:

Cross-site scripting (XSS) attack can execute scripts in the user's browser, and is capable of hijacking user sessions, defacing websites, or redirecting the user to malicious sites.

Cross-site scripting (XSS) is a kind of vulnerable attacks against scripts, which involves exploiting user input fields, simple meaning is that hacker will run his/her scripts in your codes. This attack is categorized into three main categories:

  1. Stored XSS Attacks
  2. Reflected XSS Attacks
  3. DOM Based XSS Attacks
Answered by joelthomas1195
0

Answer:

Stored XSS Attacks

Explanation:

options 1

Similar questions