About XSS vulnerability, what does make a input vulnerable?

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 15:11 UTC
Read the original article Hit count: 184

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 shouldn't do hehe)

Cheers.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html