cli

package
v1.4.21 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2021 License: GPL-3.0 Imports: 17 Imported by: 1

README

CLI

This package implements the Sliver server cli.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// CATypes - CA types
	CATypes = map[string]string{
		"operator":    certs.OperatorCA,
		"grpc-server": certs.C2ServerCA,
		"implant":     certs.ImplantCA,
		"https":       certs.HTTPSCA,
	}
)

Functions

func Execute

func Execute()

Execute - Execute root command

Types

type CA

type CA struct {
	Certificate string `json:"certificate"`
	PrivateKey  string `json:"private_key"`
}

CA - Exported CA format

Jump to

Keyboard shortcuts

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