Skip to content

FengZiLi/RemoteCSharpShell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RemoteCSharpShell

Proof-of-concept that ScriptCs can be hosted and exposed as remote shell from .NET application via TCP.

How to run it?

  1. Clone this repository
  2. Compile and run
  3. Shell will be available on port 1234
  4. Use PuTTY (or other client) to connect
  • Port: 1234
  • Connection type: raw
  • Terminal->Local echo: Force off
  • Terminal->Local line editing: Force off
  • Open!
  1. Play with C# shell!
  2. Type 'q' to exit shell

Nice-to-have features

  • Some sort of security for connection (SSH?)
  • Interacting with rest of the application (like exposing DI container used in application)
  • Better line-editing
  • Persistent history

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%