What makes an input vulnerable to XSS?
Posted
by vtortola
on Stack Overflow
See other posts from Stack Overflow
or by vtortola
Published on 2010-05-25T15:04:20Z
Indexed on
2010/05/25
19:01 UTC
Read the original article
Hit count: 269
Hi!
I've been reading about XSS and I made a simple form with a text and submit input, but when I execute <script>alert();</script>
on it, nothing happens, the server gets that string and that's all.
What do I have to do for make it vulnerable?? (then I'll learn what I shouldn't do hehe)
Cheers.
© Stack Overflow or respective owner