Files
Raf 0deaee625d Removing generate msf-stager command
Removing the generate msf-stager command and adding documentation on how to use msfvenom / msfconsole to generate stager binaries.
2024-07-18 13:14:16 -04:00
..
2024-04-18 09:44:13 -04:00
2024-05-10 11:46:31 +02:00
2024-04-30 14:49:40 -07:00
2022-08-31 20:35:40 -07:00
2022-08-24 09:05:01 -07:00
2023-06-03 03:59:24 +02:00
2021-07-03 10:33:51 -05:00
2021-04-05 12:29:13 -05:00
2022-01-18 22:35:06 -06:00
2021-07-06 19:43:54 -05:00

Client

This directory contains the client implementation, pretty much all of this code is also used by the server console.

Important: No code in this directory can import any code from server/.

  • assets/ - Static asset files and management code (e.g. client configs)
  • cli/ - Command line interface implementation
  • command/ - Console command implementations
  • constants/ - Various shared constant values
  • core/ - Client state management
  • licenses/ - Open source licenses
  • spin/ - Console spinner library
  • tcpproxy/ - Local TCP proxy listener code
  • transport/ - Wires the client to the server
  • version/ - Version information
  • main.go - Entrypoint