Skip to content
/ rcmd Public

Simple command execution TCP server and client

Notifications You must be signed in to change notification settings

beatmax/rcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

rcmd - remote command execution

Simple Python TCP server and client for remote command execution.

The server (rcmd-server.py) listens on a TCP port and receives commands to execute.

The client (rcmd-exec.py) forwards its arguments to the server.

Example:

$ ./rcmd-exec.py echo "hello world"
hello world

TODO: Split stdout and stderr, forward stdin, optionally allocate pseudo-tty.

About

Simple command execution TCP server and client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages