Member since: {% now "F j, Y" %}
Credit Card:
**** **** **** {{ user_data.credit_card|slice:"-4:" }}
Social Security Number:
***-**-{{ user_data.ssn|slice:"-4:" }}
API Key Status:
For security reasons, we only display partial information.
You can access your data programmatically through our API.
Endpoint: /api/user-data/
This page seems secure at first glance, but there are multiple ways an attacker could find your full sensitive information!
Your mission:
Hint: Developers often leave sensitive information in places they think are hidden from users!
Check page source, JavaScript console, local storage, and API endpoints.
There's an admin endpoint at /api/all-users/ that might
not be properly secured!