Skip to content

iyehuda/pyshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

pyshell

A python implementation of shell servers

TCP Shell

The only type of shell currently supported by this project.

Usage

Unix:

export PORT=8022
./tcp_shell.sh

Windows:

set PORT=8022
./tcp_shell.sh

You may supply the program parameters as environment variables. The supported parameters are:

Variable Name Description
ADDRESS Address to bind socket to
PORT Port number to listen on
SILENT Supply any value to disable logging
LOG_LEVEL Log level output
LOG_FILE Log also to supplied path

About

Python implementation of remote shell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages