https://github.com/samdenty/backdoor-controller
Masking the Sethc.exe backdoor with an anti-detection system.
https://github.com/samdenty/backdoor-controller
Last synced: 2 months ago
JSON representation
Masking the Sethc.exe backdoor with an anti-detection system.
- Host: GitHub
- URL: https://github.com/samdenty/backdoor-controller
- Owner: samdenty
- Created: 2017-11-16T15:47:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-16T14:16:30.000Z (about 8 years ago)
- Last Synced: 2025-09-28T04:42:06.265Z (3 months ago)
- Language: Batchfile
- Size: 463 KB
- Stars: 29
- Watchers: 3
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## What is Backdoor Controller
Backdoor Controller is a `sethc.exe` replacement that attempts to mask the presence of the [well-known backdoor](https://www.raymond.cc/blog/backdoor-reset-administrator-password-add-new-user-windows-7/). If you replace `sethc.exe` with `cmd.exe` (the normal way of installing the backdoor) you can easily tell the system has been comprimised by pressing the SHIFT key 5 times.
## What does Backdoor Controller do
By replacing `sethc.exe` with `backdoor-controller.exe` you'll get numerous advantages, for example:
- If you press the SHIFT key 5 times when a user is logged in, the normal sticky keys window will popup (instead of a command prompt window)
- When you press the SHIFT key 5 on the Windows login screen, you'll see a non-suspicious looking window popup
- If you select `No` the window will disappear and nothing will happen
- If you select `Yes` another window will popup asking you to enter the "threshold", in this window you are able to type codes
- `cmd` - opens a command prompt window ~ a native CMD.exe process (so you don't face the errors that the old one faces)
- `admin` - toggles the creation / deletion of a administrator user account
- `uninstall` - uninstalls the backdoor replacing the modified `sethc.exe` with the original
- `help` - shows all the available options for Backdoor Controller
## Compiling
In order to get the native Windows popup dialogs & convert the batch file to an executable, I used [Bat To Exe Converter](http://www.f2ko.de/en/b2e.php) by [Fatih Kodak](http://www.f2ko.de/en/b2e.php). It's an awesome project, with loads of examples & excellent documentation.
## Screenshots






[](https://github.com/igrigorik/ga-beacon)