Page 2 of 2

Posted: 12 Aug 2006, 11:05
by Gogeta70
That input field is saying 0, as false. What it did is a PHP check to see if a session for the site you're on already existed, and it returned false, thus 0. That way, if you tried to log in again, it'd tell you if you're already logged in. This is just a guess.

Posted: 12 Aug 2006, 11:49
by ayu
bad_brain wrote:simply get the whole package:
http://www.squirrelmail.org/download.php

I have no idea what´s the hidden field is about, maybe some kind of validation thing when you're already logged in so you don´t have to login for every single site....
:wink:

Geez now i feel stupid ;/ never saw the download where i got all the webblogin files, i only noticed the rpm's ..well...thanks alot ^^

Posted: 12 Aug 2006, 12:08
by ayu
gogeta70 wrote:That input field is saying 0, as false. What it did is a PHP check to see if a session for the site you're on already existed, and it returned false, thus 0. That way, if you tried to log in again, it'd tell you if you're already logged in. This is just a guess.

if this is true, wouldnt it be possible to trick the server to think that someone already was loged in?

Posted: 12 Aug 2006, 12:16
by Gogeta70
No, only you.

However, you can always try session hijacking.

Posted: 12 Aug 2006, 12:29
by ayu
gogeta70 wrote:No, only you.

However, you can always try session hijacking.
hmm alright, explain session hijacking then, and how do i do it? ^^ :P


EDIT: googled and read about it ^^ so...i know what it is....but still...how do i do it? =P

Posted: 12 Aug 2006, 12:45
by Gogeta70
It isn't letting me post the tutorial.

edit: http://fatalh.sytes.net/sess.txt

Posted: 12 Aug 2006, 12:59
by ayu
gogeta70 wrote:It isn't letting me post the tutorial.

edit: http://fatalh.sytes.net/sess.txt

Thanks alot mate! :wink: <3

Posted: 12 Aug 2006, 13:05
by ayu
i got

Parse error: parse error, unexpected '<' in C:\wamp2\www\ghs\index.php on line 4



could you explain that error? :/ i mean is it because it cant fine the cookie or what? and is "c" suposed to be the cookie name? :S explain more please =)

Posted: 12 Aug 2006, 13:28
by Gogeta70
Neo, you should learn php before asking questions. try www.w3schools.com for beginning PHP.

Posted: 12 Aug 2006, 13:32
by ayu
Alright, just one more thing, is there anyone here that knows the name for the"user is logged in" cookie in squirrelmail? ;/