## https://sploitus.com/exploit?id=D88591AC-1A96-51A6-B286-E77A29ADF076
# CyberArena - Cybersecurity Challenge Platform
CyberArena is an immersive, interactive cybersecurity training platform designed for students, professionals, and academic institutions. It features a modern, futuristic UI with comprehensive features including proctored exams, live hardware simulation, and a dynamic skill tracking system.
## Features
- **Dashboard**: Track your progress, ELO rating, and view daily missions.
- **Challenges**: Practice across multiple disciplines like Web Exploitation, Cryptography, Reverse Engineering, and Forensics.
- **Hardware Simulator (IoT Sim)**: Interactive in-browser Kali Linux AttackBox with Saleae Logic Analyzer and Ghidra.
- **Practice Exams**: Proctored industry-standard certification exams for Entry, Intermediate, and Advanced levels.
- **King of the Hill (KOTH)**: Multiplayer Red vs. Blue node exploitation arenas.
- **Cyber Pro Subscription**: Advanced threat intelligence, unlimited AI mentoring, and enterprise licensing for campuses.
## Tech Stack
- **Framework**: Next.js (App Router)
- **Language**: TypeScript
- **Styling**: CSS Modules
- **Icons**: Lucide React
## Getting Started
First, install the dependencies:
```bash
npm install
```
Then, run the development server:
```bash
npm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Building for Production
To create an optimized production build:
```bash
npm run build
```
You can then start the production server:
```bash
npm run start
```
## Deployment
This project is built with Next.js and can be easily deployed to Vercel, Netlify, or any standard Node.js hosting environment. Ensure you configure your `.env.local` variables appropriately on your hosting provider.