Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func GetClientInstance ¶ added in v1.0.8
func GetClientInstance() *Client
func (*Client) CreateFlags ¶ added in v1.0.8
func (shellClient *Client) CreateFlags()
type Server ¶
The SimpleShellServer implements a basic reverse shell catcher. The server listens on a user provided port and catches incoming unencrypted connections. The c2 implements a basic command line that lacks any type of useful bash-like features (history, interactive behavior, displaying of stderr, etc). The server can accept multiple connections, but the user has no way of swapping between them unless the terminate the connection.
func GetServerInstance ¶ added in v1.0.8
func GetServerInstance() *Server
A basic singleton interface for the c2.
func (*Server) CreateFlags ¶ added in v1.0.8
func (shellServer *Server) CreateFlags()
User options for the simple shell server (currently empty).
Click to show internal directories.
Click to hide internal directories.