- 68
- Messages
- 29
- Threads
-
0
- Rep
4 Years of Service
Hello, My name is Houga consider this a introduction and tutorial, I'm currently going to college with 3 majors.
So Cross Site Request Forgery (CSRF) is very easy to protect against and commence, Let's have a example.
perkbank.com/send.php?to=Perk&amount=100
This will send 100 of x currency to Perk.
Now, x also notices this link, he then disguises it as a photo etc and sends it to x.
perkbank.com/send.php?to=x&amount=100
This authorizes the transaction and x will gain 100 of x currency.
How to fix this:
Tokens is the easiest way.
Thanks for the read - Any grammar mistakes or questions are welcomed :)
- 7,137
- Messages
- 1,907
- Threads
-
4
- Rep
2 Weeks
Thanks for the bit of information on cross site request forgery!
- 15
- Messages
- 1
- Threads
-
0
- Rep
4 Years of Service
thanks for the tut <3 will be using this