Google's XSS game
21–30 of 168 posts
Re: Google's XSS game
#22Nice one; I gave up trying to solve the last with the http-only google.com/jsapi and hosted my own with https, but then it occurred to me that it's even more trivial than I thought! Checking our stuff for this mistake now ...
Re: Google's XSS game
#23Re: Google's XSS game
#24Nice one; I gave up trying to solve the last with the http-only google.com/jsapi and hosted my own with https, but then it occurred to me that it's even more trivial than I thought! Checking our stuff for this mistake now ...
I used "//" to get around the http regex (but this requires using an https host as you mentioned), is there another way to get around the regex?
EDIT: no, it doesn't :D
Re: Google's XSS game
#25Nice one; I gave up trying to solve the last with the http-only google.com/jsapi and hosted my own with https, but then it occurred to me that it's even more trivial than I thought! Checking our stuff for this mistake now ...
What's the trivial solution to this? I also wound up hosting the malicious file on my personal server...
Re: Google's XSS game
#26can someone share theirs hosted script that echos and alert? :D
Re: Google's XSS game
#27Re: Google's XSS game
#28Re: Google's XSS game
#29Nice one; I gave up trying to solve the last with the http-only google.com/jsapi and hosted my own with https, but then it occurred to me that it's even more trivial than I thought! Checking our stuff for this mistake now ...
I used "//" to get around the http regex (but this requires using an https host as you mentioned), is there another way to get around the regex?
Re: Google's XSS game
#30can someone share theirs hosted script that echos and alert? :D