MSN password cracking (old man, too many advertisements, delete all !)

Source: Internet
Author: User
Tags 0xc0
In the evening, I watched news.baidu.com and suddenly found that the MSN password was cracked. Code It looks so scary. So Google quickly found a bunch of code. However, a few of them are written by one person, and eventually all are accused of being copied from another forum. I found the code and suddenly remembered the flier boss I saw on the Green League a few days ago. Article Again, the code is basically the same. But what I found later seems better than flier, because the 74 entropydata is actually a very simple string. Although flier mentioned, the entropydata in his code saves the internal use of a fixed encryption key obtained directly from the token in the MSN Messenger code through windbg, and may change according to different versions in the future.
Check the bytes section:
Static unsigned char entropydata [] = {
0xe0, 0x00, 0xc8, 0x00, 0x08, 0x01, 0x10, 0x01,
0xc0, 0x00, 0x14, 0x01, 0xd8, 0x00, 0xdc, 0x00,
0xb4, 0x00, 0xe4, 0x00, 0x18, 0x01, 0x14, 0x01,
0x04, 0x01, 0xb4, 0x00, 0xd0, 0x00, 0xdc, 0x00,
0xd0, 0x00, 0xe0, 0x00, 0xb4, 0x00, 0xe0, 0x00,
0xd8, 0x00, 0xdc, 0x00, 0xc8, 0x00, 0xb4, 0x00,
0x10, 0x01, 0xd4, 0x00, 0x14, 0x01, 0x18, 0x01,
0x14, 0x01, 0xd4, 0x00, 0x08, 0x01, 0xdc, 0x00,
0xdc, 0x00, 0xe4, 0x00, 0x08, 0x01, 0xc0, 0x00, 0x00, 0x00 };
In fact, this thing is changed:
Char szentropystringseed [37] = "82bd0e67-9fea-4748-8672-d5efe5b779b0"; // credui. dll

The specific code will not be pasted. You can immediately obtain all MSN passwords on the local machine.

Although the flier boss says there is no value, it can still be used to attract others. For example, you can use xp_mongoshell to connect to a remote machineProgramInput (whether this crendential exists, I don't know,: $); or I want to implement this function in ocx, and others will use it on the webpage; or put it in my program ......
Ah, the world is evil!

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.