Skip to content

Latest commit

 

History

History

ep053

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.

Setup commands

virtualenv venv

. venv/bin/activate

pip install Flask Flask-WTF

Interactive examples

Bash

python app.py

firefox index.html &