Skip to content

sivateja09/ControlTower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Command Broadcaster

A simple Go tool that lets a server broadcast shell/command-line instructions to multiple connected clients on windows.

Features

  • Server can send commands to all connected clients
  • Clients execute commands and return output

Usage

1. Build

Server

go build -o server.exe main.go server.go

Client

go build -o client.exe main.go client.go

2. Run

Server

./server.exe

The server will start on port 5000 and wait for clients to connect.

Client

./client.exe

Once connected, the client will execute commands from the server and print the output.

About

LAN command broadcasting tool for windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages