Web Security
[ Home ] [ Slides ] [ Examples ] [ Exercises ] [ Resources ]

Broken Authentication

Implement a Session Fixation Attack on your guestbook

Solutions for this exercise
For this exercise, we need the following configuration to be changed (or leaved, since it is the default):
session.use_only_cookies=0
session.use_trans_sid=1

Copyright Emmanuel Benoist 2008-2013