Twelve Years of Service
Posts: 41
Threads: 12
Points: 0NSP
RE: Complete guide to XSS 01-22-2013, 01:50 AM
#23
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.
•
Twelve Years of Service
Posts: 14
Threads: 0
Points: 0NSP
RE: Complete guide to XSS 02-12-2013, 12:46 PM
#24
this is the basics of xss
•
Twelve Years of Service
Posts: 227
Threads: 3
Points: 0NSP
RE: Complete guide to XSS 02-15-2013, 04:04 PM
#25
Great tut, but can you pm me the full tut? (with the blackhat information, of course to increase my knowledge about the subject!)
•
Twelve Years of Service
Posts: 5
Threads: 1
Points: 0NSP
RE: Complete guide to XSS 02-15-2013, 05:38 PM
#26
thank you bro
nice tut. full guide for noobs
•
Twelve Years of Service
Posts: 10
Threads: 1
Points: 6NSP
RE: Complete guide to XSS 02-21-2013, 04:08 PM
#27
This is the most interesting XSS tutorial.
•
Twelve Years of Service
Posts: 10
Threads: 1
Points: 6NSP
RE: Complete guide to XSS 02-21-2013, 04:08 PM
#28
This is the most interesting XSS tutorial.
•