104k views
9 votes
Which method might an attacker use to redirect login via information gained by implementing JavaScript on a webpage the user believes is legitimate

User Kdub
by
5.4k points

1 Answer

3 votes

Answer:

It´s called Cross Site-Scripting/Clickjacking

Step-by-step explanation:

Cross Site Scripting is a security exploit which allows an attacker to inject malicious client-side code onto a website.

User Marcoresk
by
5.7k points