Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Info - Display colorful information Info = bold + cyan + "[*] " + normal // Warn - Warn a user Warn = bold + red + "[!] " + normal // Debug - Display debug information Debug = bold + purple + "[-] " + normal // Woot - Display success Woot = bold + green + "[$] " + normal )
Variables ¶
This section is empty.
Functions ¶
func Start ¶
func Start(rpc rpcpb.SliverRPCClient, extraCmds ExtraCmds) error
Start - Console entrypoint
func StartClientConsole ¶
func StartClientConsole() error
StartClientConsole - Start the client console
Types ¶
Click to show internal directories.
Click to hide internal directories.