G
Global
Hi, Im writing a program in which there is a welcome page, similar to
Microsoft and Borland developer studios' welcome pages. Basically, there is
a web site (not mine), to which all users come. I want to find out user
name, there are two ways, read the cookie, or grab HTML from web site and
analyze it and find user name. Second one is not a big deal, but takes
bandwidth and might be noticable...
I found cookie files of the site, and they both say PHPSESSID, and then have
a large string, encrypted I guess. Anyway to decrypt that and read it?
Microsoft and Borland developer studios' welcome pages. Basically, there is
a web site (not mine), to which all users come. I want to find out user
name, there are two ways, read the cookie, or grab HTML from web site and
analyze it and find user name. Second one is not a big deal, but takes
bandwidth and might be noticable...
I found cookie files of the site, and they both say PHPSESSID, and then have
a large string, encrypted I guess. Anyway to decrypt that and read it?