This repository contains the completed tasks for the Ethical Hacking internship module. The project focuses on identifying, exploiting, and documenting web-based vulnerabilities using professional security tools like Burp Suite.
- Objective: Successful completion of 5 Cross-Site Scripting (XSS) lab environments to demonstrate fundamental exploitation techniques.
- Deliverables: Screenshots confirming the "Solved" status for all assigned labs.
Target Site: testasp.vulnweb.com
- Reflected XSS: Identified on the Search page by injecting scripts into input fields.
- SQL Injection (Error-Based): Identified on the Login page using logical bypass payloads.
- Step-by-step reproduction instructions: Detailed walkthroughs for each vulnerability.
- Burp Suite Repeater logs: Raw Requests and Responses proving the server-side flaws.
- Video Proof of Concept (PoC): A screen recording demonstrating the successful execution of the XSS alert box.
- Burp Suite Community Edition: Proxy, Intercept, and Repeater modules.
- Mozilla Firefox: Used for browser-side verification and PoC recording.