Today I cover a topic which came up on stream recently: what is CSRF / XSRF and why should I care? I show a demo application which has this problem as well as a real world example that I exploited.
virtualenv venv
. venv/bin/activate
pip install Flask Flask-WTF
python app.py
firefox index.html &