XSS Challenges

Stage #1

Notes (for all stages):
* NEVER DO ANY ATTACKS EXCEPT XSS.
* DO NOT USE ANY AUTOMATED SCANNER (AppScan, WebInspect, WVS, ...)
* Some stages may fit only IE.

What you have to do:
Inject the following JavaScript command: alert(document.domain);

Hint: very simple...

Search:


This page was written by yamagata21, inspired by http://blogged-on.de/xss/.