Skip to content

tanishqzope/TestMyLab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deliberately Vulnerable Cybersecurity Portfolio

This is a Cybersecurity Portfolio Website designed to showcase skills while secretly containing OWASP Top 10 Vulnerabilities for educational purposes.

⚠️ Warning

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.

Tech Stack

  • Frontend: React (Vite)
  • Backend: Node.js / Express
  • Database: SQLite (Local)

Getting Started

  1. Install Dependencies:

    cd client && npm install
    cd ../server && npm install
  2. Run Development Servers:

    • Client: cd client && npm run dev
    • Server: cd server && npm start (or node index.js)

Vulnerabilities (Spoiler Alert)

The site contains:

  • XSS (Stored & Reflected)
  • SQL Injection
  • IDOR
  • Security Misconfiguration
  • Broken Access Control

Happy Hacking!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors