javascript injections - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Thread: javascript injections (/showthread.php?tid=77322) javascript injections by LifelesS on 09-08-2007 at 01:00 PM
Hi everyone. code: and it logins... My problem is how to use it on a script. RE: javascript injections by Spunky on 09-08-2007 at 02:03 PM why not open the actual login page ("login.do for example") and then send the username and password as POST variables? RE: javascript injections by LifelesS on 09-08-2007 at 02:14 PM
how can I do it? RE: javascript injections by Matti on 09-08-2007 at 03:16 PM
Based on the code from win_crook's reply to Web Services?. code: RE: RE: javascript injections by LifelesS on 09-08-2007 at 05:23 PM
quote: Thanks Mattike, going to try it out ^^ Edit: Works like candy, many thanks Mattike RE: javascript injections by LifelesS on 09-09-2007 at 07:21 PM
Is it possible to use the remember feature of it? code: but it doesn't work.. RE: javascript injections by Spunky on 09-09-2007 at 07:40 PM Shouldn't remember be equal to true, not on? RE: javascript injections by LifelesS on 09-09-2007 at 07:41 PM
I used Live HTTP headers and it send on RE: javascript injections by Spunky on 09-09-2007 at 07:42 PM The checkbox has 2 states when the form is submitted, either true (ticked) or false (not ticked). It's that that makes me think it needs changing RE: javascript injections by LifelesS on 09-09-2007 at 07:46 PM
doesn't work either... RE: javascript injections by Spunky on 09-09-2007 at 07:47 PM Wouldn't that be more secure anyway? RE: javascript injections by LifelesS on 09-09-2007 at 07:48 PM
yeah, it would... RE: javascript injections by ShawnZ on 09-09-2007 at 08:26 PM you need to set remember and save the cookie somewhere. RE: javascript injections by Spunky on 09-09-2007 at 08:27 PM
quote: if set = true the site should set the cookie shouldn't it? RE: javascript injections by LifelesS on 09-09-2007 at 11:16 PM
now I'm with a little problem with the logout... RE: javascript injections by ShawnZ on 09-09-2007 at 11:37 PM
quote: i said SAVE, not SET. RE: javascript injections by davidpolitis on 09-11-2007 at 12:02 AM
Anyone have any idea how I can get the innerhtml or value etc. of an ID using XMLHTTP? RE: javascript injections by LifelesS on 09-11-2007 at 12:08 AM
I used a regular expression, it's simple... code: and change it for what you need, or you can search here if there's something that might help you: MSDN RE: javascript injections by davidpolitis on 09-11-2007 at 12:10 AM Thanks LifelesS, goodluck with your script RE: RE: javascript injections by LifelesS on 09-11-2007 at 12:14 AM
quote: Thanks It's going alright. I've got the login/logout thingy working. If I'm lucky I can finish it in the next 2 days or something. RE: javascript injections by smaster on 03-26-2008 at 01:34 AM
hey lifeless .. when u finish this script |