A Flask web application that stores session data. Can you retrieve the secret key and get the flag? This challenge exploits insecure Flask session handling where sensitive data is stored in ...
Since cookies are such an important part of most web applications, Flask has excellent support for cookies and sessions baked in. To test these out, let's make a simple API to display our cookie and ...