Skip to content

Server client program for remote access to the OS built-in interpreter

Notifications You must be signed in to change notification settings

seoqs/GoRemoteShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple remote access to the command line. Works at Linux and Windows systems. It is tested by ParrotOS\Windows 7 |8| 10.

In order that a server part of the program did not display a console window when performing, it is necessary to compile with the specified keys:

go build -ldflags "-s -H windowsgui" windowsServer.go

Also in a server part the encoding/charmap package is used, before compilation it is necessary to establish:

go get "golang.org/x/text/encoding/charmap"

About

Server client program for remote access to the OS built-in interpreter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages