scorcher Posted November 9, 2008 Share Posted November 9, 2008 (sorry for my grammar, but english isn't my native language) I'm preparing presentation about XSS attacks. I would like to present some examples, so I created simply page with input form. Next I inject this dummy code: <script>alert("helo");</script> but I can't see any effects. Page is displaying correct, but in JS windows doesn't open. Why? I think that XAMPP (I use it) filtered text. How can I turn it off? Quote Link to comment Share on other sites More sharing options...
scorcher Posted November 9, 2008 Author Share Posted November 9, 2008 Magic Quotes is te reason. I solved my own problem:) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.