Sign inSign up

xploiterd/secureme

By xploiterd

โ€ขUpdated 12 months ago

A classic lab to test your CSRF skills !! Hope you can do it

Image
0

1.0K

xploiterd/secureme repository overview

โ ๐Ÿ›ก๏ธ CSRF Exploit Lab โ€“ Email Change Vulnerability

This lab demonstrates how an attacker can exploit Cross-Site Request Forgery (CSRF) using different vulnerability to change the email address of a logged-in user.


โ Code - https://github.com/Rounak999/securemeโ 

โ ๐ŸŽฏ Objective

Exploit a vulnerability where:

  • A CSRF token is generated per account and refreshed on every /account page load.
  • The application validates CSRF tokens on all update requests.

Your goal is to perform a email change without the userโ€™s consent while they're logged in.


โ ๐Ÿš€ Run the Lab via Docker

Start the lab locally using:

docker pull xploiterd/secureme
docker run -p 8000:8000 xploiterd/secureme

Tag summary

Content type

Image

Digest

sha256:ccfb9eb0eโ€ฆ

Size

317.7 MB

Last updated

12 months ago

docker pull xploiterd/secureme