CYBER LAB
🏠 Home 📊 Progress 🏆 Badges
PLAYER: player1 | XP: 500 | LEVEL: 4

LIVE URL EXPERIMENT

Current parameter value:

page = home

Try changing the URL manually in your browser:

?m=m1&step=2&page=home
?m=m1&step=2&page=admin
?m=m1&step=2&page=config

What the system does with your input:

🏠 HOME PAGE — Normal user content

Why this is a vulnerability:

  • The server blindly trusts user input from the URL
  • No validation or permission checks are performed
  • Attackers can guess and access hidden functionality

In real systems:

This could expose admin dashboards, user data, or internal configuration files.

Continue