+ 1
XSS attack
what is Xss attack and what this attack can do?
3 Réponses
+ 24
XSS (Cross-site scripting) is a type of computer security vulnerability typically found in Web applications. XSS enables attackers to inject client-side script into Web pages viewed by other users.
+ 6
might help to understand it better with an example
awesomest case of XSS attack i heard of explained here:
https://en.m.wikipedia.org/wiki/Samy_(computer_worm)
+ 1
Congratulations, Igor! You know how to use Wikipedia!