![]() |
|
Complete guide to XSS - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: Complete guide to XSS (/Thread-Complete-guide-to-XSS) |
RE: Complete guide to XSS - JackDaniels - 01-17-2013 If people like this thread and want more information I will of course provide them! ![]() As always Best regards. RE: Complete guide to XSS - LiXon - 01-21-2013 Great tutorial. Thanks, +rep
RE: Complete guide to XSS - LEGITimacy™ - 01-22-2013 Nice TUT OP but I think you should have went more in depth with creating attack vectors and getting the attack vector outside the tags. Every XSS doesnt involve just using <script>alert("XSS")</script> and you get a pop up. You should have taught others how to escape the tags and make their own vector because most times the server will not accept < or ". Depending on the code you may need to escape the tags by adding " in front or using backlashes instead of " if the "'s are filtered. But you gave everyone a general idea of XSS so good job. RE: Complete guide to XSS - gdteska - 02-12-2013 this is the basics of xss RE: Complete guide to XSS - Riverclawz - 02-15-2013 Great tut, but can you pm me the full tut? (with the blackhat information, of course to increase my knowledge about the subject!) RE: Complete guide to XSS - rainy_eyess - 02-15-2013 thank you bro nice tut. full guide for noobs RE: Complete guide to XSS - cata - 02-21-2013 This is the most interesting XSS tutorial. RE: Complete guide to XSS - cata - 02-21-2013 This is the most interesting XSS tutorial. |