Like CSRF Demo

This page shows a demonstration of a Cross-Site Request Forgery (CSRF) attack that attempts to send a like request on Tomodachi Share.

This can be used by bad actors to trick users into performing unwanted actions on their accounts, such as liking content without their knowledge.

Example: A user is logged into Tomodachi Share in one browser tab, and visits a site with this CSRF attack in another tab. If they interact with that site, it could trigger a like request using their active session.

For demonstration purposes, this form will send a POST request to the like endpoint for the Mii ID you enter. The request is only sent after you click the button and confirm the warning.

Back to the account deletion CSRF demo