Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 305 Bytes

File metadata and controls

11 lines (9 loc) · 305 Bytes

Demo Lab 02 – Web Application Exploitation

Steps:

  1. Use Burp Suite to intercept HTTP traffic.
  2. Test for common vulnerabilities:
    • SQL Injection
    • XSS
    • Command Injection
  3. Document findings with proof-of-concept.

💡 Objective: Learn to safely exploit and report common web flaws.