"There will be cake at the end of the test." That's what the computer said LAST time. But I'm still alive... ;)
Ahhh, that's what that was! http://snag.gy/43JI3.jpg
Google's XSS game
131–140 of 168 posts
Re: Google's XSS game
#132Re: Google's XSS game
#133Re: Google's XSS game
#134Fun! Level 6 failed to load any widgets, evil or otherwise, in Chrome; I had to switch to Firefox and redo the whole test. For my external script I used http://pastebin.com/raw.php?i=15S5qZs0 , although I don't think the lack of a .js extension there was the problem.
got the same problem, it only works with a https address !
Re: Google's XSS game
#135"There will be cake at the end of the test." That's what the computer said LAST time. But I'm still alive... ;)
Re: Google's XSS game
#136Nice 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
#137Does 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!'."
Some of their products have bug trackers. That said, I submitted some fixes to their Android docs in the Android issue tracker years ago. Really obvious stuff like where their sample code would cause a crash due to trying to start a dialog with the wrong type of context, etc.. They never fixed them. So there is essentially no way. They apparently have a bug bounty system, but you would have to exploit their mistakes…
Re: Google's XSS game
#138Level 4 has a bug. Entering a string in the text box for the timer solves the problem, but putting that string directly as the get parameter in the URL doesn't. Anyone know how to report this?
Re: Google's XSS game
#139Fun! Level 6 failed to load any widgets, evil or otherwise, in Chrome; I had to switch to Firefox and redo the whole test. For my external script I used http://pastebin.com/raw.php?i=15S5qZs0 , although I don't think the lack of a .js extension there was the problem.
Re: Google's XSS game
#140can someone share theirs hosted script that echos and alert? :D
They provided a hosted callback in the clues. Just change foo to alert.
That this works is really scary if not fully surprising: data:text/javascript;base64,YWxlcnQoMTMzNyk=
Thanks jehna1 , sebslomski , all!