Login Register






Hi + First xss question filter_list
Author
Message
Hi + First xss question #1
Hi, after I wrote my own little homepage and tried an mysql-injection + javascript and succeeded (it was easy as hell), I was looking for a community that isn't on the black or the white side. I already read a lot of tutorials and really liked it. I wouldn't call myself a hacker, because at the moment I am just a try and error commander on his way to learn sth Biggrin

That´s why I already got my first nooby question, but don't know where to post it, therefore I just post it in this thread:
xss:
Code:
<form method="post" action="svg.php?page=<?php echo $_GET["page"]+1; ?>"> <input type="submit" value="Next Step" /> </form>
I tried sth like
Code:
5';?><script>alert('test');</script><?php echo
:headbash:
It would be great, if you would help me / Tell me, if it isn´t possible to hack this leak.
thx for help Smile

Reply