Skip to content

Demo Application

Navigate to https://botdemo.sales-demo.f5demos.com. This is a Juice Shop e-commerce application with product listings, user accounts, and a checkout flow.

Juice Shop home page Juice Shop home page

The login page is the primary page used in this demo:

  1. Navigate to the Login page (/#/login)

    Login form Login form

    CSD auto-classifies the email and password fields as sensitive, making this page ideal for demonstrating formjacking detection. The Trigger Detection section uses this page.

The application has additional pages with form inputs that CSD monitors. Each page below collects data that a formjacking script could exfiltrate:

PageRouteSensitive FieldsData Category
Registration/#/registeremail, password, security question & answerCredentials, account recovery
Forgot Password/#/forgot-passwordemail, security answer, new passwordCredentials
Payment/#/payment/shopcardholder name, card number, expiryFinancial
Address/#/address/createname, mobile number, address, city, zip, countryPII
Contact/#/contactauthor, commentPII
Complaint/#/complainemail, message, file uploadPII
Change Password/#/privacy-security/change-passwordcurrent password, new passwordCredentials

CSD monitors all pages where JavaScript injection is enabled — not just those listed above.