Usage of the latest WebQQ logon Protocol

Source: Internet
Author: User
This article mainly introduces the usage of the latest WebQQ login protocol, analyzes the principles and usage of the WebQQ protocol, and has some practical value. For more information, see

This article mainly introduces the usage of the latest WebQQ login protocol, analyzes the principles and usage of the WebQQ protocol, and has some practical value. For more information, see

This example describes how to use the latest WebQQ logon protocol. Share it with you for your reference. The specific analysis is as follows:

After the WebQQ protocol is updated, the original login algorithm and other information changes, causing many friends to be unable to log on normally. This site published some articles related to the latest WebQQ login protocol, because the Demo has not been released, some friends will add Q to ask if they are suitable for the latest WebQQ. This article will provide a small Demo for everyone to test.

Statement:

1. This Demo is relatively simple. It does not verify the correct or wrong password and Verification Code, but is just a login demonstration.

2. QQ is a relatively private thing, so please use the test code to log on to the software, first the villain and then the gentleman.

This site and the latest WebQQ login protocol related articles, WebQQ secondary Login Failed {"retcode": 103, "errmsg ":""}

Solution: capture the package again and find that WebQQ now adds the login to the SSL layer, that is, the data returned by Https during the First Login is as follows:

The Code is as follows:

PtuiCB ('0', '0', 'HTTP: // ptlogin4.web2.qq.com/check_sig? %% 3flogin2qq % 3d1% 26 webqq % 5 ftype % 3d10 & f_url = & ptlang = 2052 & ptredirect = 100 & aid = 1003903 & daid = 164 & j_later = 0 & low_login_hour = 0 & amp; regmaster = 0 ', '0', 'logon successful! ',' I ');


The preceding data contains a callback address. The Code is as follows:

The Code is as follows:

? %% 3flogin2qq % 3d1% 26 webqq % 5 ftype % 3d10 & f_url = & ptlang = 2052 & ptredirect = 100 & aid = 1003903 & daid = 164 & j_later = 0 & low_login_hour = 0 & amp; regmaster = 0


Access the above address (302 jump, pay attention to the acquisition of the Cookie), get a Cookie named p_skey, the Cookie in the second login, add to the Cookie to achieve secondary login.

Latest WebQQ login Protocol

1. Obtain the verification code

Method: Get

The Code is as follows:

The Code is as follows:

Https://ssl.ptlogin2.qq.com: 443/check? Uin = 958736715 & appid = 1003903 & js_ver = 10041 & js_type = 0 & login_sig = Mge3PexTk00li3ipMUlHCzouT0xU * 8mu6ykzsiuo8 * cursor & r = 0.9403657828909222


Cookie: no submission. ptvfsession or verifysession is returned.

2. First Login

Method: Get

The Code is as follows:

The Code is as follows:

Https://ssl.ptlogin2.qq.com: 443/login? %%3flogin2qq % 3D1% 26webqq_type % 3D40 & h = 1 & ptredirect = 0 & ptlang = 2052 & daid = 164 & from_ui = 1 & pttype = 1 & dumy = & fp = loginerroralert & action = 3-12-12775 & mibao_css = m_webqq & t = 1 & g = 1 & js_type = 0 & js_ver = 10041 & login_sig = running * 8MU6YkkZsIUo8 * worker


Cookie: Submit ptvfsession or verifysession, and return pt2gguin, uin, skey, ETK, superuin, superkey, supertoken, ptisp, RK, ptuserinfo, ptcz, ptcz, airkey, and ptwebqq.

3. Return the callback address after the first successful login

Method, Get

The Code is as follows:

The Code is as follows:

? %%3flogin2qq % 3D1% 26webqq_type % 3D40 & f_url = & ptlang = 2052 & ptredirect = 100 & aid = 1003903 & daid = 164 & j_later = 0 & low_login_hour = 0 & regmaster = 0


Cookie: Submit ptvfsession, verifysession, skey, ptcz:, ptwebqq, RK, superkey, and supertoken. Pt2gguin, uin, skey, p_uin, p_skey, and pt4_token are returned.

4. Second Login

Method: Post

Address:

The Code is as follows:

Cookie: Submit ptvfsession, verifysession, skey, ptcz:, ptwebqq, RK, superkey, supertoken, p_skey, pt4_token, uin, p_uin, ptui_loginuin.

Other details will not be described in this article. If you have other questions, please use the packet capture software to capture packets for WebQQ login. There is not much technical content, if you still cannot solve your problem by referring to the above instructions, check for other reasons.

I hope this article will help you with PHP programming.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.