A cybersecurity puzzle game where players need to find hidden passwords and bypass security systems using hacking skills and creative thinking.
BYPASSCTF is an interactive cybersecurity puzzle game that challenges players to think like ethical hackers. Players must:
- Find Hidden Passwords - Search for clues embedded in the game interface
- Solve Security Puzzles - Use creative problem-solving to bypass virtual security systems
- Compete Globally - Climb the leaderboard against other players
The game combines education with entertainment, teaching cybersecurity concepts through hands-on puzzle-solving in a safe, gamified environment. Perfect for students, security enthusiasts, and anyone curious about ethical hacking!
git clone https://github.com/vivekkushalch/bypass.git
cd bypass# GENERATE USING COMMAND -> openssl rand -hex 128
DB_PWD=
JWT_SEC=cd backend
# Install dependencies using uv (recommended) or pip
uv sync
# OR using pip:
# pip install -e .cd ../frontend
# Install dependencies
npm installcd backend
# Using uv
uv run uvicorn main:app --reload --host 0.0.0.0 --port 8000
# OR using python directly
python -m uvicorn main:app --reload --host 0.0.0.0 --port 8000The backend will be available at: http://localhost:8000
cd frontend
# Start the development server
npm run devThe frontend will be available at: http://localhost:5173
- Register: Create an account to start playing
- Tutorial: Follow the interactive tour guide
- Explore: Look for hidden clues and passwords in the interface
- Think Creatively: Use your cybersecurity knowledge and problem-solving skills
- Progress: Advance through levels by finding the correct passwords
- Compete: Check your ranking on the leaderboard




