|
6#
楼主 |
发表于 2010-6-29 08:55:42
|
只看该作者
登录的时候有这样一段代码
web_submit_data("logins.jsp",
"Action=https://reg.163.com/logins.jsp?type=1&product=mail126&url=http://entry.mail.126.com/cgi/ntesdoor?hid%3D10010102%26lightweight%3D1%26verifycookie%3D1%26language%3D0%26style%3D3",
"Method=POST",
"RecContentType=text/html",
"Referer=http://www.126.com/",
"Snapshot=t17.inf",
"Mode=HTTP",
ITEMDATA,
"Name=domain", "Value=126.com", ENDITEM,
"Name=language", "Value=0", ENDITEM,
"Name=bCookie", "Value=", ENDITEM,
"Name=username", "Value=pigensky234@126.com", ENDITEM,
"Name=savelogin", "Value=", ENDITEM,
"Name=url2", "Value=http://mail.126.com/errorpage/err_126.htm", ENDITEM,
"Name=user", "Value=pigensky234", ENDITEM,
"Name=password", "Value=123456", ENDITEM,
"Name=style", "Value=3", ENDITEM,
"Name=secure", "Value=", ENDITEM,
"Name=enter.x", "Value=??", ENDITEM,
LAST);
每次都提示错误,执行不过去,错误如下:
Action.c(63): Error -27717: Invalid NTLM type 2 message: "NTLM" [MsgId: MERR-27717]
Action.c(63): Error -27764: Request "https://reg.163.com/logins.jsp?type=1&product=mail126&url=http://entry.mail.126.com/cgi/ntesdoor?hid%3D10010102%26lightweight%3D1%26verifycookie%3D1%26language%3D0%26style%3D-1" failed [MsgId: MERR-27764]
Action.c(63): web_submit_data("logins.jsp") highest severity level was "ERROR", 1296 body bytes, 792 header bytes [MsgId: MMSG-26388] |
|