This is a Cybersecurity Portfolio Website designed to showcase skills while secretly containing OWASP Top 10 Vulnerabilities for educational purposes.
This application contains INTENTIONAL security flaws. DO NOT DEPLOY TO A PUBLIC SERVER WITHOUT STRICT ACCESS CONTROLS. It is intended for local educational use and demonstrations.
- Frontend: React (Vite)
- Backend: Node.js / Express
- Database: SQLite (Local)
-
Install Dependencies:
cd client && npm install cd ../server && npm install
-
Run Development Servers:
- Client:
cd client && npm run dev - Server:
cd server && npm start(ornode index.js)
- Client:
The site contains:
- XSS (Stored & Reflected)
- SQL Injection
- IDOR
- Security Misconfiguration
- Broken Access Control
Happy Hacking!