Skip to content

A small shell server that I'm developing while I learn Java

Notifications You must be signed in to change notification settings

otzy007/JRemoteShell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JRemoteShell is an application that provides a remote shell bash like.

This application does not use encryption or authentication so use it at your
own risk.

For compiling instructions see INSTALL.

To connect to the server you can use Putty with a raw connection or netcat:

   nc host 8100

To use "get" or "put" for file transfer you must first type put or get followed
by the name of the file and then connect to port 8101 using nc.

For get: nc host 8101 > file
For put: nc host 8101 < get

To report issues, get the latest version or get help go to: 
https://github.com/otzy007/JRemoteShell or 
http://oprod.net/index.php/news/1-news/94-jremoteshell-a-simple-shell-server-written-in-java

About

A small shell server that I'm developing while I learn Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages