Hi,
Can anyone help-
XSS stands for Cross Site Scripting, an XSS attack is when an attacker manages to inject Java script code or sometimes other code (usually Java Script) into a website causing it to execute the code.
Does anyone know how this can be prevented???.
Looking at through some web pages i found this,
A good way preventing XSS attacks is by converting malicious characters to there HTML equivalents, below is a table I have made (might not be the best table.)
From To
< <
&apm;gt;
( (
) )& &
What exactly has to be done and how can it be tested