An exciting social media app, leveraging technology from the 90s to deliver a fun, innovative and secure profiles. Well, maybe not secure...
This exercise is around using bits of Javascript to exploit the many cross site scripting (XSS) vulnerabilities in this site.
You can start by playing about with inserting basic HTML formatting like <b> into your profile. Then try and get an alert to pop up using <script>alert(1)</script>.
You'll need to be think harder to perform other attacks. Consider how HTML & javascript works when you mouse over an image or what overrides could be in place for clicking a link?
Here's some implementation details:
I ask that people don't perform abusive attacks but someone may have done so. Be careful about what you do when clicking links. Consider using your browser's private mode.
Here are some challenges that you might want to try: