项目作者: D3F4LT99

项目描述 :
TinyShell is a tiny reverse shell written in C#
高级语言: C#
项目地址: git://github.com/D3F4LT99/TinyShell.git
创建时间: 2021-02-03T15:34:00Z
项目社区:https://github.com/D3F4LT99/TinyShell

开源协议:GNU General Public License v3.0

下载


TinyShell

TinyShell is a tiny reverse shell written in C#

Options

You can have a built in host/port to connect back to or pass them through the commandline:

TinyShell.exe <host> <port>

You can also use it as the server itself for handling connections:

TinyShell.exe --server <port>

There is basic functionality for custom commands added, simply adding “tinyshellcustom:” will trigger it.
Currently there is only one custom command, “help”, which doesn’t give any useful output.