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? Link to comment https://forums.phpfreaks.com/topic/131998-xampp-xss-how-to-see-effects/ 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:) Link to comment https://forums.phpfreaks.com/topic/131998-xampp-xss-how-to-see-effects/#findComment-685931 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.