Skip to content

thaddeuscleo/remote-execution-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remote Execution Module

Remote Execution Module is a lightweight psexec based executor with additional features. This module can be also used as a cli tool for managing rooms, you can see the usage example below.

Compilation

For compiling you can use the go build command as follows:

go build main.go  

Features

✅ Executing Shared Batch Script

✅ Wake On Lan

✅ Shutdown

✅ Restart

✅ Deep

✅ Undeep

❌ Log

Usage

The usage examples:

# executing batch script with the (run) command
main.exe run -p [password] -r 626 -x "shared\main.bat"

# wake up computers with (wake) command
main.exe wake -r 626

# shutdown computers with shutdown computer
main.exe shutdown -r 626

About

Lightweight psexec based executor with additional features

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages