Google's XSS game
71–80 of 168 posts
Re: Google's XSS game
#72Earlier quoted context omitted.
' after the timer value, then proceed to construct a JS expression that will be evaluated before the call to setTimer ... Hint: '99'+moo() will evaluate nicely. Don't forgot the "open" the ' again.
still not able to get :-(
Re: Google's XSS game
#73Re: Google's XSS game
#74Re: Google's XSS game
#75Does anyone know how to submit corrections to Google? I've not been able to find a way after noticing a few mistakes on Google's XSS help page. There are a few examples using an image tag but the tags haven't been closed properly: https://www.google.com/about/appsecurity/learning/xss/index.... e.g. "Now, enter <img src='' onerror="alert(document.cookie);" and hit 'Share status!'."
Re: Google's XSS game
#76Re: Google's XSS game
#77can someone share theirs hosted script that echos and alert? :D
Re: Google's XSS game
#78Re: Google's XSS game
#79Re: Google's XSS game
#80Nice 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...