Skip to content

4zv4l/rrshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rrshell

A simple async remote shell application in Rust

Usage

  1. Start the server on the remote machine:
./server <server_ip> <server_port>
  1. Connect to the server using the client:
./client <server_ip> <server_port>

Build

Simply run

cargo build --release

Compatibility

It should work on Linux, Windows and MacOS.

About

async remote shell in rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages