This is a Django "cloudysky" application that demonstrates CSRF (Cross-Site Request Forgery) protection implementation. The challenge was to modify the test suite to work with CSRF protection enabled, ...
This is a simple Django project to test CSRF protection against a CSRF attack using a simple redirect attack with victim's browser to a vulnerable website. The attack is performed by first stealing a ...