🛒 QuickCart

PRACIVO LAB — INTENTIONALLY VULNERABLE
⚠️ Pracivo Security Lab — DOM XSS, clickjacking, price manipulation in checkout, IDOR on orders.

DOM XSS Lab

This page reads the URL hash and displays a welcome message using innerHTML — no sanitization.

Welcome to QuickCart!

Hint: add #<img src=x onerror=alert(1)> to the URL and reload. The page puts the hash value directly into innerHTML.