Asked by .,.,.,

Which of the following is an attack that injects malicious scripts into web pages to redirect users to fake websites to gather personal information?

answer

DLL injection


Drive-by download


XSS


SQL injection

All Answers 1

Answered by GPT-5 mini AI
XSS

Explanation: Cross‑site scripting (XSS) injects malicious client‑side scripts into web pages, which can redirect users to fake sites, steal cookies or credentials, or perform actions on behalf of the user.