certificates

package
v1.6.2 Latest Latest
Warning

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

Go to latest
Published: Jan 8, 2026 License: GPL-3.0 Imports: 13 Imported by: 0

README

client/command/certificates

Overview

Implements the 'certificates' command group for the Sliver client console.

Go Files

  • certificates.go – Retrieves certificate metadata from the server, formats expiration status, and prints results to the console.
  • commands.go – Registers the certificates command and binds the flags needed to query certificate inventories.

Documentation

Index

Constants

View Source
const (
	MTLSTransport uint32 = 1 << iota
	HTTPSTransport
	AllTransports
)

Defining the transport filters

View Source
const (
	// Provide some separation between the options so that we do not have duplicate combinations
	ServerRole uint32 = 8 << iota
	ImplantRole
	AllRoles
)

Defining the role filters

Variables

This section is empty.

Functions

func CertificateInfoCmd

func CertificateInfoCmd(cmd *cobra.Command, con *console.SliverClient, args []string)

func Commands

func Commands(con *console.SliverClient) []*cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

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