/csrf-example

An example of a CSRF attack

Primary LanguagePHP

This applicaties contains two routes: "transfer" and "safe-transfer". "safe-transfer" is protected from CSRF while "transfer" is not. In resources/views you can find exploit.html which uses a CSRF exploit to exploit the unsafe "transfer" route.