# README
Generate
Implements command related to implant generation such as generate
, regenerate
, profiles
, etc.
# Functions
FormatCompleter completes builds' architectures.
CanariesCmd - Display canaries from the database and their status.
Commands returns the “ command and its subcommands.
DisplayTrafficEncoders - Display traffic encoders map from server.
FormatCompleter completes build formats.
GenerateBeaconCmd - The main command used to generate implant binaries.
GenerateCmd - The main command used to generate implant binaries.
GenerateInfoCmd - Display information about the Sliver server's compiler configuration.
GenerateStagerCmd - Generate a stager using Metasploit.
GetImplantProfileByName - Get an implant profile by a specific name.
GetSliverBinary - Get the binary of an implant based on it's profile.
HTTPC2Completer - Completes the HTTP C2 PROFILES.
ImplantBuildByName - Get an implant build by name.
ImplantBuildNameCompleter - Completer for implant build names.
ImplantsCmd - Displays archived implant builds.
ImplantsRmCmd - Deletes an archived implant build from the server.
ImplantsStageCmd - Serve a previously generated build.
FormatCompleter completes build operating systems.
ParseDNSc2 - Parse DNS connection string arg.
ParseHTTPc2 - Parse HTTP connection string arg.
ParseMTLSc2 - Parse mtls connection string arg.
ParseNamedPipec2 - Parse named pipe connection string arg.
ParseTCPPivotc2 - Parse tcp pivot connection string arg.
ParseWGc2 - Parse wg connect string arg.
PrintCanaries - Print the canaries tracked by the server.
PrintImplantBuilds - Print the implant builds on the server.
PrintProfileInfo - Print detailed information about a given profile.
PrintProfiles - Print the profiles.
ProfileNameCompleter - Completer for implant build names.
ProfilesCmd - Display implant profiles.
ProfilesGenerateCmd - Generate an implant binary based on a profile.
ProfilesNewBeaconCmd - Create a new beacon profile.
ProfilesNewCmd - Create a new implant profile.
ProfilesRmCmd - Delete an implant profile.
ProfilesStageCmd - Generate an encrypted/compressed implant binary based on a profile.
RegenerateCmd - Download an archived implant build/binary.
SelectTrafficEncoder - Select a traffic encoder from a list.
TrafficEncodersAddCmd - Add a new traffic encoder to the server.
TrafficEncodersCmd - Generate traffic encoders command implementation.
TrafficEncoderCompleter - Completes the names of traffic encoders.
TrafficEncodersRemoveCmd - Remove a traffic encoder.
# Constants
DefaultDNSLPortis the default port for dns.
DefaultHTTPLPort is the default port for http.
DefaultHTTPSLPort is the default port for https.
DefaultMaxErrors is the default max reconnection errors before giving up.
DefaultMTLSLPort is the default port for mtls.
6 minutes.
DefaultReconnect is the default reconnect time.
DefaultTCPPivotPort is the default port for tcp pivots.
DefaultWGKeyExPort is the default port for wg key exchange.
DefaultWGPort is the default port for wg.
DefaultWGNPort is the default n port for wg.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
SupportedCompilerTargets - Supported compiler targets.
# Structs
ImplantBuildFilter - Filter implant builds.