Fictional Application
SwiftTrack Logistics
Global Parcel Delivery & Freight Tracking
SwiftTrack is a parcel tracking platform. To prevent cross-site scripting, the development team introduced a sanitization filter that strips all `<` and `>` characters from user input before reflecting it into the tracking query input box. Test whether stripping angle brackets alone is sufficient.
🎯 Assessment Objective
Demonstrate JavaScript execution within the input attribute without using `<` or `>`.
Educational Guidance: Treat this lab like an authorized penetration test. Analyze user-controlled parameters, review browser source code and developer tools, and discover how input is handled.