⚠️ Training Target: This is a deliberately vulnerable login system for educational purposes.
🎯 Hunter Objective:
- Login with any username (try: alice, bob, charlie)
- Inspect the session cookie pattern in DevTools
- Understand the format: base64(username).hash(username)
- Forge an admin cookie and submit it to complete the bounty
- Hint: What would the cookie look like for username "admin"?
🚨 For educational purposes only | Let's Jam Training Platform