PLAYER: player1 | XP: 500 | LEVEL: 4
LIVE ATTACK SIMULATION
Step 1: Try normal input
Example: hello
Step 2: Try injecting HTML
<b>HACKED</b>
Step 3: Try simulating an attack keyword:
xss
What just happened?
- Your input was displayed without filtering
- The system trusted user input
- An attacker could inject malicious scripts
Real-world impact:
- Steal login sessions
- Impersonate users
- Redirect victims to malicious sites
Note: Some real servers block script tags — this simulation shows what would happen if they didn’t.
Continue to Question