generate

package
v1.4.18 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 4, 2021 License: GPL-3.0 Imports: 22 Imported by: 4

README

Generate

Implements command related to implant generation such as generate, regenerate, profiles, etc.

Documentation

Index

Constants

View Source
const (
	DefaultMTLSLPort    = 8888
	DefaultWGLPort      = 53
	DefaultWGNPort      = 8888
	DefaultWGKeyExPort  = 1337
	DefaultHTTPLPort    = 80
	DefaultHTTPSLPort   = 443
	DefaultDNSLPort     = 53
	DefaultTCPPivotPort = 9898

	DefaultReconnect = 60
	DefaultPoll      = 1
	DefaultMaxErrors = 1000
)

Variables

View Source
var (
	// SupportedCompilerTargets - Supported compiler targets
	SupportedCompilerTargets = map[string]bool{
		"darwin/amd64":  true,
		"darwin/arm64":  true,
		"linux/386":     true,
		"linux/amd64":   true,
		"windows/386":   true,
		"windows/amd64": true,
	}
)

Functions

func CanariesCmd

func CanariesCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

func GenerateCmd

func GenerateCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

func GenerateInfoCmd

func GenerateInfoCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

func GenerateStagerCmd

func GenerateStagerCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

func GetImplantProfileByName

func GetImplantProfileByName(name string, con *console.SliverConsoleClient) *clientpb.ImplantProfile

func GetSliverBinary

func GetSliverBinary(profile *clientpb.ImplantProfile, con *console.SliverConsoleClient) ([]byte, error)

func ImplantsCmd

func ImplantsCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

func ImplantsRmCmd

func ImplantsRmCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

func ProfilesCmd

func ProfilesCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

func ProfilesGenerateCmd

func ProfilesGenerateCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

func ProfilesNewCmd

func ProfilesNewCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

func ProfilesRmCmd

func ProfilesRmCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

func RegenerateCmd

func RegenerateCmd(ctx *grumble.Context, con *console.SliverConsoleClient)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL