Skip to content

harshitak-88/web-security-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Web Security Labs 🛡️

This repository documents my hands-on practice with web application security vulnerabilities using safe, legal labs.

🔍 What I Practiced

  • Reflected XSS (JavaScript context)
  • Understanding how user input flows into client-side code
  • Identifying vulnerable sinks in HTML and JavaScript
  • Crafting payloads to trigger controlled JavaScript execution

🧪 Lab Environment

  • Platform: Web Security Labs (practice environment)
  • OS: Kali Linux (via WSL)
  • Tools used:
    • Browser DevTools
    • curl
    • Manual payload testing

📁 Repository Structure

🧠 Key Learnings

  • Encoding alone does not guarantee safety
  • Context matters more than filters
  • JavaScript string contexts are especially dangerous if mishandled

⚠️ Disclaimer

All testing was performed on intentionally vulnerable labs for educational purposes only.
No real-world systems were targeted.

✨ More labs will be added as I continue learning web security.

About

This repository documents my hands-on practice with web application security vulnerabilities using safe, legal labs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors