![]() |
|
Hi + First xss question - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: General (https://sinister.li/Forum-General) +--- Forum: Introductions (https://sinister.li/Forum-Introductions) +--- Thread: Hi + First xss question (/Thread-Hi-First-xss-question) |
Hi + First xss question - Phibedy - 10-30-2012 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 ![]() 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>Code: 5';?><script>alert('test');</script><?php echoIt would be great, if you would help me / Tell me, if it isn´t possible to hack this leak. thx for help
|