The question was to find the hidden flag in their webpage (http://tasks.2014.volgactf.ru:28101/)
Note: [Server is down so cannot fetch the exact question.Sorry about that]
I really have no clue about web challenges as i am not the guy at all.But i know the basics.Hence as a challenge with blank mind i just looked at the login page
I just logged in.I saw this.
Looking at it ,its evident that its something about phpsessionid.Well before this i had seen a comment in html source page saying help.php..so i loaded http://tasks.2014.volgactf.ru:28101/help.php and saw this:
well i just wanted to test it so i put the link with phpsessionid when i logged in and submitted it.Now i just reloaded the logged in page and here i get the flag.
The flag taught me that it was a session fixation.Woot learnt something new :-)
FLAG : Easy_task_on_Session_Fixation.
hello :D
ReplyDeletei just didn't get the hole idea ??... how did you jsut loged in ?
Thanks
The design was like that.
Delete1. If user does not exit - it creates with that username:password and loges you in with that user.
2. Else username:password should be correct.
Hope it answers your Question.
I dint get your question though :-/ It was just a login page which will register if you just give it a username and a password..The challenge was fixing the session using help.php which was a clue through source-page.
ReplyDeletewell done!
ReplyDeleteYou could also try with history.back() js and inspect element ( firebug, etc).
ReplyDeleteoh hmm.. thank u for an alternative way :-)
Delete