Skip to content

shankziibeet/Windows-Batch-Deployment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Windows Batch Deployment (you can simply call it as "WBD") is a programmable and rootkit-like remote access tool, it supports from Windows XP to Windows 10 (32-bit and 64-bit). Compared with other remote access software, WBD does not have a server program in the traditional sense. WBD provides a server DLL, and users need to write server programs according to their needs. Therefore, WBD maximally meets the individual needs of users. WBD client is a kernel-mode driver, it hides its traces as much as possible, and the goal is to keep the user's attention as little as possible. WBD client can run user-defined programs when system starts, user-defined programs do not store on the disk in the form of files, and there are no startup entries in the registry. As WBD may be used illegally, when WBD client starts, it outputs a text file to the desktop or the root of system drive to inform its existence and how to uninstall it manually. Disclaimer: You can only use WBD on your computers or computers which you are allowed to access, I will not be responsible for any consequences and losses caused by the abuse of it. Until you fully understand how to use WBD, please test it in virtual machines only.

Main Features

  1. File management (upload, download, copy, delete, rename, etc.).
  2. Run program, driver and system shell (CMD).
  3. Shut down or reboot the system.
  4. The client protects itself against unauthorized uninstallation. The self-protection feature takes effect after rebooting (when the installation is complete, all features except the self-protection will work; and then reboot, all features will work). If debug mode is enabled, the self-protection feature will be disabled. If you are interested in this feature, please check this page.

How to configure and install WBD?

  1. Edit “InstallClient.bat”, fill in the IP address or domain name (including port) of your server. Note: If you use WBD on the wide area network (WAN), you must have a server. If you only use WBD on the local area network (LAN, such as at home), you can use your own PC as a server.
  2. Run “InstallClient.bat” on the computers that you need access remotely.

How to access the systems with WBD installed?

  1. WBD comes with a demonstration server program, you can use it without programming.
  2. WBD provides DLL (both 32-bit and 64-bit) for advanced users, you can write your server program based on the sample source code.

How to uninstall WBD?

  1. Call the related function from WBD server DLL (read sample source code for details).
  2. Enable system debug mode, then reboot, and then delete the service of WBD client.

About digital signature and negative comment from Anti-Virus software

Because I don't have a digital certificate, I have to use the leaked digital certificate from HT SRL to sign WBD client drivers. As for negative comment, any program of this type is considered a virus by Anti-Virus software, so who cares.

Share programs

If you want to share your server programs or user-defined programs, please commit your programs and / or source code to "Issues" with brief description. I will add programs to the "Third-Party Programs" directory if I think they are useful.

Application Scenario Examples

  1. You are an administrator of IT department. You need to perform repetitive tasks on hundreds of computers (such as updating firewall rules, pushing notifications). I used to work in this post, this is my original purpose of making this software.
  2. You are a developer. Your software does not run properly on a few users' systems, but it cannot be replicated in your test environment, so you need to get some data or perform some debugging tests secretly (such as issuing a debug version software to specific users).
  3. You are a person with a lot of secrets. You need to erase the data on your computer when you find that your computer is stolen.
  4. You are a voyeur and you want to take a screenshot every 10 seconds to monitor what your spouse is doing on his / her computer (just kidding, this is illegal).

In order to optimize the page load speed in low quality network environments, I only placed one picture on this page. image

Contact

E-MAIL: AxtMueller#gmx.de (Replace # with @)

  1. If you find bugs, have constructive suggestions or would like to purchase a paid service, please let me know.
  2. You'd better write E-MAIL in English or German, I only reply to E-MAILs that I am interested in.
  3. In order to disclose as little personal information as possible (IP address, online time, etc.), I do not use instant messaging. Just write what you want in the E-MAIL.
  4. In order to reduce the impact of the Internet on real life, I also do not use Facebook, Twitter, etc. Please don't ask me for such information via E-MAIL.

Paid services:

  1. Binary customization I: Remove or modify all obvious characteristics of public WBD client.
  2. Binary customization II: More powerful self-protection for WBD client.
  3. Source code: All source code of WBD, including client and server.
  4. Source code customization: Add features to WBD according to your needs. This service is only available to customers who have purchased the WBD source code.

Client Version: 20200505

Bug fix: Enhanced stability.

Server Version: 20200202

This is the first public version.

About

A programmable and rootkit-like Windows remote access tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors